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 a cmsLocaleId is included in the request.

Required scope | CMS:write

Path parameters

collection_idstringRequiredformat: "objectid"

Unique identifier for a Collection

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Details of the item to update

itemslist of objectsOptional

Response

Request was successful

Collection Itemobject

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 a name and slug, and may include additional fields matching your collection’s schema definition.
OR
Collection Item Listobject

Results from collection items list

Errors