Headers
Bearer token for API authentication
Body
application/json
Body
Response
Error response
Error message describing what went wrong
Update a document field’s properties. Only DRAFT documents can have fields updated.
Field Identifier:
fieldId
- Can be either database ID or key-based reference (prefix with key:
)/api/v1/documents/{docId}/fields/key:recipient-name
Updatable Properties:
type
- Field type (cannot change if field has data)position
- Field order/positionfieldMeta
- Field-specific metadatakey
- Unique key identifier for API accessKey-Based Updates:
For FORM fields with subfield keys, use key:your-field-key
as the fieldId to update a specific subfield by its key instead of database ID.
Bearer token for API authentication
Body
Error response
Error message describing what went wrong