Update Collection Item
Update an existing collection item. To upload a new image set the image URL to the corresponding item's field. Collection items that reuse images previously uploaded can just reference their fileId property.
Path parameters
collection_id
Unique identifier for a Collection
item_id
Unique identifier for and Item
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept-Version
The API version
Query parameters
live
Boolean indicating if the item(s) should be published/unpublished to/from the live site
Request
The item to update
fields
Fields in your collection item
Response
Request was successful
_archived
Boolean determining if the Item is set to archived
_draft
Boolean determining if the Item is set to draft
_id
Unique identifier for the Item
_cid
Unique identifier for the Collection the Item belongs within
name
Name given to the Item
slug
URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug.