Update Single Collection Item

PATCH

Update a selected Item in a Collection.

Required scope | CMS:write

Path parameters

collection_idstringRequired

Unique identifier for a Collection

item_idstringRequired

Unique identifier for an Item

Request

This endpoint expects an object.
idstringOptional

Unique identifier for the Item

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

fieldDataobjectOptional

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