Update Field Configuration Item
Partially updates a field-configuration item (PATCH semantics). Items belonging to a field configuration in another organization return 404.
Authorizations
Path Parameters
UUID of the field configuration.
UUID of the field-configuration item.
Body
Fields to update on the item.
Request payload for updating an existing field-configuration item. Uses PATCH semantics - only fields present in the body are updated.
New title. Trimmed; 1-128 characters.
"Budget Range (revised)"
New prompt text.
"What budget range has the customer confirmed?"
Optional new description. 0-2000 characters.
"Revised for the 2026 playbook."
New prompt family.
"freeform"
New content type hint.
"text"
New response type hint.
"number"
New allowed response values.
New dependency list.
New maximum number of values for multi-select items.
1
Whether the analyzer may produce a longer free-text response.
false
Whether the analyzer should attach supporting quotes.
true
New analysis level.
conversation, deal, lead, contact, account "conversation"
Numeric scoring metadata for a field-configuration item. Required when the item represents a numeric score - min_score must be less than or equal to max_score.
Response
Item successfully updated.
Envelope containing a single field-configuration item.
A single field within a Field Configuration (internally IntelligenceItem). Items describe a prompt that Attention evaluates against a conversation and produces a value for. A field-configuration item is cloned as one IntelligenceItemAssignment per team the parent configuration is assigned to - see IntelligenceItemAssignment.