Update Collection
Update a collection’s display name, singular name, slug, or field groups.
Required scope | cms:write
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collection_id
Unique identifier for a Collection
Request
The collection properties to update
displayName
Name given to the Collection
singularName
The name of one Item in Collection (e.g. ”Blog Post” if the Collection is called “Blog Posts”)
slug
Slug of Collection in Site URL structure
fieldGroups
The list of field groups in the Collection. Replaces the existing field groups.
Response
Request was successful
id
Unique identifier for a Collection
displayName
Name given to the Collection
singularName
The name of one Item in Collection (e.g. ”Blog Post” if the Collection is called “Blog Posts”)
fields
The list of fields in the Collection
slug
Slug of Collection in Site URL structure
createdOn
The date the collection was created
lastUpdated
The date the collection was last updated
fieldGroups
The list of field groups in the Collection
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error