Manage live CMS items
We’ve enhanced the V2 Beta Data API with new endpoints that enable you to directly manage live CMS items. These additions provide important feature parity with API v1, enabling you to create, update, and delete items in the live collection database without requiring a staged workflow.
The new endpoints give developers direct access to the live item database, which is especially useful for:
- Content that doesn’t require editorial review
- Real-time data updates from external systems
- Automated content workflows that need immediate publishing
New endpoints
-
Create Collection Item (Live)
Create and publish a new CMS item directly to the live database, bypassing the staged item workflow. -
Update Collection Item (Live)
Modify an existing live CMS item’s fields without affecting the staged version. -
Delete Collection Item (Live)
Remove an item from the live collection database.
Changes made through these endpoints affect only the live database and won’t be reflected in the staged version of items. For content requiring approval workflows, continue using the staged item endpoints and the publish operation.