Update Collection Field
Update a custom field in a collection.
Required scope | cms:write
Path parameters
collection_id
Unique identifier for a Collection
field_id
Unique identifier for a Field in a collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The field details to update
isRequired
Define whether a field is required in a collection
displayName
The name of a field
helpText
Additional text to help anyone filling out this field
Response
Request was successful
id
Unique identifier for a Field
isRequired
define whether a field is required in a collection
type
Choose these appropriate field type for your collection data
displayName
The name of a field
isEditable
Define whether the field is editable
slug
Slug of Field in Site URL structure. Slugs should be all lowercase with no spaces. Any spaces will be converted to ”-.”
helpText
Additional text to help anyone filling out this field