update_custom_field
Update an existing custom field definition (title, type, options, or mandatory flag) in your organization. The organization is fixed by your context. You cannot change a field's field_id or the entity it applies to. Only the properties you supply are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | New field data type. One of: String, Number, Date, DateTime, ListOfValues. | |
| title | No | New human-readable label. | |
| is_mandatory | No | Whether a value is required when creating/updating the entity. | |
| list_of_values | No | New options (for a ListOfValues field; at least one non-blank option). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. | |
| field_definition_id | Yes | Id of the custom field definition to update (required). Must belong to your organization. |