Skip to content

Update custom field

Update a custom field definition. The field type cannot be changed after creation.

PATCH /v1/custom-fields/{fieldId}

Update a custom field definition. The field type cannot be changed after creation.

Parameters

  • fieldId (path, string) required

Request body

Content-Type: application/json

  • name (string)
  • options (array)

Responses

200 — Custom field updated

  • success (boolean)
  • field (object)

401

404