Update Single Collection Item
Update a selected Item in a Collection.
Required scope | CMS:write
Path parameters
collection_id
Unique identifier for a Collection
item_id
Unique identifier for an Item
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
cmsLocaleId
Identifier for the locale of the CMS item
isArchived
Boolean determining if the Item is set to archived
isDraft
Boolean determining if the Item is set to draft
fieldData
Response
Request was successful
id
Unique identifier for the Item
lastPublished
The date the item was last published
lastUpdated
The date the item was last updated
createdOn
The date the item was created
isArchived
Boolean determining if the Item is set to archived
isDraft
Boolean determining if the Item is set to draft
fieldData
cmsLocaleId
Identifier for the locale of the CMS item