301 redirects, workspace management, and CMS publishing improvements
The Data API now supports programmatic management of 301 redirects and workspace administration, alongside enhanced bulk CMS operations in the JavaScript SDK. These additions enable developers to automate site configuration tasks and streamline content management workflows through new endpoints and improved functionality.
For important breaking changes in this release, please see the Breaking Changes update.
New site configuration capabilities
301 redirect management
Take control of your site’s 301 redirects with new endpoints that let you create and manage 301 redirects programmatically:
-
List 301 redirects
Get all configured 301 redirects for a site -
Create 301 redirect
Add a new 301 redirection rule -
Update 301 redirect
Modify an existing 301 redirection rule -
Delete 301 redirect
Remove an existing 301 redirection rule
Workspace management
Programmatically create, update, and delete sites within your workspace:
-
Create site
Create a new site in your workspace -
Update site
Modify an existing site’s properties -
Delete site
Remove a site from your workspace
Improved CMS operations
Bulk CMS management
The Data API now supports efficient methods to perform operations on multiple CMS items at once:
-
Create multiple items
Create single or multiple CMS items in one request -
Update multiple items
Update multiple CMS items simultaneously -
Update multiple live items
Update multiple published CMS items -
Delete multiple items
Unpublish/delete multiple CMS items at once -
Delete multiple live items
Unpublish/delete multiple published CMS items