Support for bulk authoring, editing, and deleting CMS items
We’ve added bulk CMS item authoring, editing, and deleting, supporting up to 100 items per request. These endpoints can help manage previous rate limit issues and makes managing large content sets more efficient.
New endpoints
- Update Collection Items
Update a single item or multiple items in a Collection. This endpoint can update up to 100 items in a request. - Delete Collection Items
Delete Items from a Collection. This endpoint can delete up to 100 items in a request. - Update Live Collection Items
Update a single live item or multiple live items in a Collection. This endpoint can update up to 100 items in a request. - Delete Live Collection Items
Remove an item or multiple items from the live site. Deleting published items will un-publish the items from the live site and set them to draft. This endpoint can delete up to 100 items in a request. - Update Localized Component Properties
Update the properties of a component definition in a specified locale.
Updated endpoints
- Create Collection Items
Create a single item or multiple items in a Collection. This endpoint can update up to 100 items in a request.
Note: This endpoint was previously used to create a single Collection Item for multiple locales. The endpoint can now handle requests for multiple items in multiple locales.
Updated payloads
- Form Submission
Addedschema
andformElementId
properties to theForm Submission
webhook payload for better form visibility