Quick Summary
This release includes 100 changes, all of which are new features, affecting the /accounts/{account_id}/access/apps and /accounts/{account_id}/access/apps/{app_id} resources. The updates add various optional properties to the response and request bodies, including those related to access app response embedded policies, RDP properties, and OAuth configurations. These changes are designed to enhance the functionality and flexibility of the API. As a result, developers should review the updated API documentation to understand how these changes may impact their applications.
Editor's Note:
We've observed that this release is part of a larger trend of enhancing the API's capabilities for managing access and applications. As we review these changes, we note that the addition of new optional properties can simplify the development process by reducing the need for separate API calls. Our tip for developers is to carefully examine the updated schema definitions to ensure they are taking full advantage of these new features.
Changes by Severity
#### š¢ Informational
The changes in this release are primarily informational, as they add new optional properties to the API responses and requests. These changes do not require immediate action but should be reviewed to understand how they can be leveraged to improve application functionality.
Migration Playbook
1. Review the updated API documentation to understand the new optional properties added to the /accounts/{account_id}/access/apps and /accounts/{account_id}/access/apps/{app_id} resources.
2. Update your application code to handle the new properties in the response and request bodies, ensuring that it can parse and utilize the additional information as needed.
3. Test your application with the updated API to ensure compatibility and to identify any potential issues that may arise from the changes.
4. Consider modifying your application to take advantage of the new properties, such as using the added RDP properties or OAuth configurations to enhance security and functionality.
5. Validate that your application correctly handles cases where the new properties are not present, to maintain backward compatibility.
Verification Checklist
References
Last verified at: 2026-02-20T14:43:20.199053+00:00