v1

latestOpenAPI 3.1.02026-07-2466171164.0 KB
Custom Fields

Update a custom field option

patch/v1/custom-fields/{custom_field_id}/options/{option_id}

Path parameters

custom_field_idstring uuid required
option_idstring uuid required

Headers

X-Idempotency-Keystring required

A unique key to ensure idempotency of the request

Request body

namestring nullable

The name of the custom field option.

external_idstring nullable

The external accounting ID of the custom field option.

hiddenboolean nullable

Whether the custom field option should be hidden.

Response

Custom field option updated successfully

idstring uuid required
namestring required
external_idstring nullable
hiddenboolean required