Partially updates a field-configuration item (PATCH semantics). Items belonging to a field configuration in another organization return 404.
UUID of the field configuration.
UUID of the field-configuration item.
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.
["small", "medium", "large"]
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.
{
"min_score": 0,
"max_score": 10,
"min_criteria": "No fit",
"max_criteria": "Perfect fit"
}
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.
{
"uuid": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11__item-01",
"fieldConfigurationUUID": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11",
"title": "Budget Range",
"category": "CRM",
"contents": "What is the customer's stated budget range?",
"promptType": "freeform",
"contentType": "text",
"analysisLevel": "conversation",
"createdAt": "2026-03-01T12:00:00Z",
"lastModifiedAt": "2026-03-02T08:30:00Z"
}