UpdateClientFieldRequest
Request schema for updating a client field
descriptionstringnullable
An optional description of the field.
labelstring
The human-readable label for the field.
options object
Options for choice-type client fields.
allow_otherboolean
Whether to allow a free-text "other" option.
choices object[]
The list of choices.
Array [
idstring
Unique identifier for the choice.
labelstringrequired
The display label for the choice.
]
sensitiveboolean
Whether the field contains sensitive data.
UpdateClientFieldRequest
{
"label": "Updated Label"
}