Set or replace a single field value on a collection
PUT /collections/{id}/fields/{field_id}
PUT
/collections/{id}/fields/{field_id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
field_id
required
string format: uuid
Request Body required
Section titled “Request Body required ”Pass whichever value_* field matches the target field’s type.
Mismatches return 400 with value_type_mismatch.
object
value_text
string
value_num
number
value_date
string format: date-time
value_options
Array<string>
value_ref
string format: uuid
set_by
string
Responses
Section titled “ Responses ”Value set
One field value as seen on a collection. Mirrors
AssetFieldValue but for the collection subject_kind; the
set_by vocabulary is narrower (no exif/iptc/xmp — collections
aren’t files).
object
field_id
required
string format: uuid
field_code
required
string
field_label
string
type
required
string
value_text
string
value_num
number
value_date
string format: date-time
value_options
Array<string>
value_ref
string format: uuid
set_by
required
string
set_at
required
string format: date-time
set_by_user_ref
integer format: int64
Malformed request
object
error
required
Human-readable error summary
string
Example
the request could not be completedAuthentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completedField is asset-scoped (cannot be written on a collection) or value type doesn’t match the field’s declared type.
object
error
required
string
reason
required
string
field
string