Update Collection Item(s)

Update a single item or multiple items (up to 100) in a Collection.

Note: If the cmsLocaleId parameter is undefined or empty and the items are localized, items will be updated only in the primary locale.

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

fieldDataobject
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

isArchivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

isDraftbooleanOptionalDefaults to false

Boolean determining if the Item is set to draft

Errors