Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(swagger): Add OpenAPI v3 conversion to update_swagger.sh #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. feat(swagger): Add OpenAPI v3 conversion to update_swagger.sh

    Add functionality to convert Swagger 2.0 (OpenAPI v2) to OpenAPI v3 using api-spec-converter.
    The script now checks for the existence of the output directory and creates it if necessary.
    It also provides appropriate error handling and user feedback for the conversion process.
    
    This change enhances the API documentation workflow by providing up-to-date OpenAPI v3 specifications.
    rahulsunil2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    52d3173 View commit details
    Browse the repository at this point in the history