Update Collection Item(s)
Update a single item or multiple items in a Collection.
The limit for this endpoint is 100 items.
Localization Tip
Items will only be updated in the primary locale, unless acmsLocaleId
is included in the request.Required scope | CMS:write
Path parameters
collection_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Details of the item to update
items
Response
Request was successful
Collection Item
A Collection Item represents a single entry in your collection. Each item includes:
- System metadata - Automatically managed fields like IDs and timestamp
- Status flags - Controls for managing content state:
isDraft
,isArchived
- Content fields - Stored in
fieldData
. Each item needs aname
andslug
, and may include additional fields matching your collection’s schema definition.
OR
Collection Item List
Results from collection items list