Update Custom Field
update_fieldUpdate a custom field's configuration in your account by specifying the field ID and new name. Optionally change type, description, or allowed values.
Instructions
Update a specific custom field by ID. name must always be supplied (the server replaces the field config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the field | |
| name | Yes | Display name for the field | |
| type | No | Field type | |
| prompt | No | AI prompt used to auto-populate the field | |
| description | No | Optional description for the field | |
| otherValues | No | Whether values outside allowedValues are permitted | |
| privacyMode | No | Privacy mode for the field | |
| allowedValues | No | Allowed values for select/multi-select field types | |
| allowedValuesMode | No | Whether one or multiple allowed values can be selected | |
| notApplicableValues | No | Value(s) treated as not-applicable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |