New API Management Feature: OpenAPI Specs
Release Date: July 11, 2024
We're pleased to introduce a new feature to enhance your API Management experience: the ability to generate and export OpenAPI specifications. This addition aims to streamline your workflow and provide more flexibility in how you work with your APIs.
Prerequisites:Copy
A built API operation in your project. See here on how to get started with API Management.
What's New?:Copy
Generate & export OpenAPI specification directly in the Operations UI
Available to all user roles
Generated in JSON format using OpenAPI v3.0.0
Updated spec generated with each download
Potential applications of your exported spec:
Generate API documentation (e.g., Swagger UI, ReDoc)
Validate requests and responses
Facilitate team collaboration, and many more.
One of the many possibilities this feature enables is the ability to create connectors using tools like Tray CDK, allowing for reusable utilities within your organization.
To get started, simply navigate to the 'Operations' section in your project and click 'Download OpenAPI specification'.
For detailed implementation guides and more information, please visit the Tray Documentation - OpenAPI spec.