Update Single Live 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
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collection_id
Unique identifier for a Collection
item_id
Unique identifier for an Item
Query parameters
skipInvalidFiles
When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
Request
Details of the item to update
cmsLocaleId
Identifier for the locale of the CMS item
isArchived
Boolean determining if the Item is set to archived
isDraft
Sets the item's draft state. The resulting status depends on whether the item has been published before:
- **Item that has never been published:** `isDraft: true` results in a `Draft` status.
- **Already-published item:** `isDraft: true` results in a `Changes in draft` status. The live item stays published, and your changes are held back until you publish them.
Setting `isDraft: true` never unpublishes an item. To remove an item from the live site, use [Unpublish Live Collection Items](/data/reference/cms/collection-items/live-items/delete-items-live).
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
fieldData
cmsLocaleId
Identifier for the locale of the CMS item
isArchived
Boolean determining if the Item is set to archived
isDraft
Whether the item is in a draft state. Together with lastPublished, this determines the status shown in the Webflow UI. See Publishing with the CMS API for the full mapping.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error