The latest version of the OpenAPI connector includes several enhancements designed to make your API documentation clearer, more accurate, and easier to navigate:
- Syntax highlighting: Improved readability for code samples and schemas.
- Default values displayed: Default parameter values are now directly visible in the documentation.
- Multiple values in parameters: Support for parameters that accept multiple values.
- Enhanced collapsible sections: Better user experience when expanding or collapsing sections.
- Advanced schema support: Full handling of
anyOf,allOf, andoneOfkeywords. - Various MIME types: Both requests sent to the API and responses returned by the API can now include and handle different types of data formats.
These updates simplify exploring and understanding OpenAPI specifications, making it easier to work with APIs.