Deprecating alpha App Configuration APIs
All v2-alpha
app configuration endpoints are now officially deprecated; these endpoints will be fully sunset on December 15th.
What’s changing?
With the full release of App Configuration, Benchling has promoted the related APIs from alpha to either beta or stable. Now that endpoints for all relevant functionallity are generally available, the corresponding alpha endpoints are being deprecated. While alpha functionality is generally subject to change at any time, these features have been widely used in their current form for long enough advanced warning is warranted. The following list of endpoints represent functionality that has been promoted from alpha; each endpoint listed is now deprecated, and where applicable a link to the promoted beta/stable endpoint in included:
Promoted to stable
POST v2-alpha/app-configuration-items
- linkGET v2-alpha/app-configuration-items/<item_id>
- linkPATCH v2-alpha/app-configuration-items/<item_id>
- linkPOST v2-alpha/app-configuration-items:bulk-create
- linkPOST v2-alpha/app-configuration-items:bulk-update
- linkGET v2-alpha/apps
- linkPOST v2-alpha/apps
- linkGET v2-alpha/apps/<app_id>
- linkPATCH v2-alpha/apps/<app_id>
- linkPOST v2-alpha/apps:archive
- linkPOST v2-alpha/apps:unarchive
- linkGET v2-beta/apps/<app_id>/configuration
- no stable replacement; useapp-configuration-items
endpoints
Promoted to beta
When is this happening?
The listed alpha endpoints are currently deprecated, and will be fully sunset on December 15th. Please update any integrations to leverage the newly promoted beta or stable endpoints before that time.