v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Custom Fields

Modify Custom Field Template

Modify Custom Field Template

put/v3/custom-fields/template/{templateId}/modify

Path parameters

templateIdinteger required
Example:1

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

namestring

Name of the custom field template

requiredboolean

Whether this field is required

statusinteger

Status of the template

defaultValuestring nullable

Default value for the field (must match field type), must be provided if field is required

fieldOptionsobject[] nullable

Configuration options for the field

Example request

{
  "name": "Customer Priority",
  "required": true,
  "defaultValue": "Medium",
  "fieldOptions": []
}

Response

Custom field template modified successfully