Update/Add Custom Fields

Update the default values of custom fields related to a card or add new ones by label. All custom fields need to be provided, by not providing a custom field, the default value of that custom field will be removed, i.e. set to null. Updates of existing custom fields may happen via id or label. Adding new fields is only possible by providing a currently unused label. Note: the label needs to be unique per organization.

Path Params
uuid
required

The unique identifier of the card.

Body Params
customFields
array of objects | null

The custom fields to update/add on the card. All custom fields need to be provided, by not providing a custom field, the default value of that custom field will be removed, i.e. set to null. Updates of existing custom fields may happen via id or label. Adding new fields is only possible by providing a currently unused label. Note: the label needs to be unique per organization.

customFields
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json