Update Single Collection Item

Update a selected Item in a Collection.

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
fieldDataobject
cmsLocaleIdstring or null
Identifier for the locale of the CMS item
isArchivedboolean or nullDefaults to false
Boolean determining if the Item is set to archived
isDraftboolean or nullDefaults to false
Boolean determining if the Item is set to draft

Errors