Skip to main content

updateCustomFieldDefinition

This method updates a custom field definition.

Parameters

Parameter

Type

Optional

Description

id

String

No

The ID of the custom field

name

String

No

Custom field name

Return value

This method does not return any value.

Example

Request:

  {
       "params": {
           "id": "5518f5f3b1a43d357e7b23c6",
           "name": "referenceID",
       },
       "jsonrpc": "2.0",
       "method": "updateCustomFieldDefinition",
       "id": "e249c22c-0ada-4772-a9f1-ee1cbb322588"
  }  

Response:

  {
      "id":"e249c22c-0ada-4772-a9f1-ee1cbb322588",
      "jsonrpc":"2.0",
      "result": null
  }