Update Collection Item(s)

PATCH

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_idstringRequired

Unique identifier for a Collection

Request

This endpoint expects an object.
itemslist of objectsOptional

Response

Request was successful

idstring

Unique identifier for the Item

fieldDataobject
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

lastPublishedstringOptional

The date the item was last published

lastUpdatedstringOptional

The date the item was last updated

createdOnstringOptional

The date the item was created

isArchivedbooleanOptional

Boolean determining if the Item is set to archived

isDraftbooleanOptional

Boolean determining if the Item is set to draft

Errors