v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Custom Fields

Update Custom Field Option

Update an existing custom field option on the organization.

put/transactions/custom-fields/{customFieldId}/options/{customFieldOptionId}

Path parameters

customFieldIdstring uuid required

The unique identifier of the custom field.

customFieldOptionIdstring uuid required

The unique identifier of the custom field option to update.

Request body

namestring required

The name of the custom field option, readable for humans.

valuestring required

The value of the custom field option. This is mostly your internal value you want to process.

status'ACTIVE' | 'INACTIVE' required

The status of the custom field option. Only an active custom field option can be used.

isDefaultboolean required

If set to true, this means this custom field option is the default option for the related custom field.

Response

Ok