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

idstring

Unique identifier for the Item

lastPublishedstringformat: "date-string"

The date the item was last published

lastUpdatedstringformat: "date-string"

The date the item was last updated

createdOnstringformat: "date-string"

The date the item was created

isArchivedboolean

Boolean determining if the Item is set to archived

isDraftboolean

Boolean determining if the Item is set to draft

fieldDataobject
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

Errors