PATCH /collections/{collection_id}/items/{item_id}/live
Update a selected live Item in a Collection. The updates for this Item will be published to the live site.
Required scope | CMS:write
Servers
- https://api.webflow.com/v2
Path parameters
Name | Type | Required | Description |
---|---|---|---|
collection_id |
String | Yes |
Unique identifier for a Collection |
item_id |
String | Yes |
Unique identifier for an Item |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
skipInvalidFiles |
Boolean | No |
When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. Default value: true |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | No |
Unique identifier for the Item |
isDraft |
Boolean | No |
Boolean determining if the Item is set to draft |
createdOn |
String | No |
The date the item was created |
fieldData |
Object | No | |
fieldData.name |
String | No |
Name of the Item |
fieldData.slug |
String | No |
URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug. |
cmsLocaleId |
String | No |
Identifier for the locale of the CMS item |
isArchived |
Boolean | No |
Boolean determining if the Item is set to archived |
lastPublished |
String | No |
The date the item was last published |
lastUpdated |
String | No |
The date the item was last updated |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.