Skip to main content
PATCH
Add or remove dropdown choices

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

customFieldId
integer
required

The unique identifier of the custom field definition

Body

application/json
add
string[]

Choice values to append (deduplicated against existing).

Example:
remove
string[]

Choice values to remove from the list.

Example:

Response

Choices successfully updated; returns the full field definition

data
object