Update Single Live Collection Item

Update a selected live Item in a Collection. The updates for this Item will be published to the live site.

Required scope | CMS:write

Path parameters

collection_idstringRequiredformat: "objectid"

Unique identifier for a Collection

item_idstringRequiredformat: "objectid"

Unique identifier for an Item

Headers

AuthorizationstringRequired

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

Request

Details of the item to update

idstringOptional

Unique identifier for the Item

cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

lastPublishedstringOptionalformat: "date-string"

The date the item was last published

lastUpdatedstringOptionalformat: "date-string"

The date the item was last updated

createdOnstringOptionalformat: "date-string"

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

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