08.23.24
In this latest release, we’ve rolled out some significant updates to our APIs. First up, we’ve strengthened security by ensuring that only Workspace Admins can manage changes to Apps. In the Data API, we’ve introduced new endpoints that give you greater control over robots.txt
files and site redirects. And for those using the Designer API, you can now subscribe to alerts when users select new CMS items on collection pages, making it simpler to keep track of auto-generated page paths.
Security & permissions
- Enhanced Workspace App Management Permissions:
Previously, all members within a Workspace had the ability to manage Apps (e.g., uploading new bundles, updating redirect URIs). We have now enforced stricter permissions, allowing only Workspace Admins to perform these actions. This ensures that sensitive operations are restricted to authorized personnel. - Mandatory 2FA for Workspace Admins:
To further enhance security, Workspace Admins are now required to have two-factor authentication (2FA) enabled to upload new App Bundles. This additional security layer helps protect your Workspace from unauthorized access and potential threats.
🆕 SDK Version
🆕 New Endpoints
Static Files
- Replace robots.txt: Replace the
robots.txt
configuration for various user agents. - Update robots.txt: Update the
robots.txt
configuration for various user agents. - Delete user-agent rules: Remove specific rules for a user-agent in your
robots.txt
file.
Site Redirects
- Get site redirects: Fetch a list of all URL redirect rules configured for a specific site.
- Create a site redirect rule: Add a new URL redirection rule to a site.
- Delete site redirect rules: Remove URL redirection rule(s) from a site.
Designer API
🆕 New Methods
- Subscribe for alerts when a user selects a new CMS Item in a collection page: When a user selects a collection page or chooses a new CMS item on a collection page, this event will trigger. This can be especially useful for determining the path of auto-generated pages from a CMS or Ecommerce collection.