API ReferenceSchemas
UpdateClientFieldRequest
Request schema for updating a client field
Request schema for updating a client field
Example
{ "label": "Updated Label"}An optional description of the field.
The human-readable label for the field.
Options for choice-type client fields.
Example
{ "allow_other": false, "choices": [ { "id": "opt_a1b2c3d4e5f6", "label": "Option A" } ]}Whether the field contains sensitive data.