From b46ec2fd02a72d199614a349f8306c38148bfc17 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Tue, 19 Nov 2024 11:58:23 +0300 Subject: [PATCH] Merging to release-5.7: [TT-13475] update OAS version (#6712) (#6715) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### **User description** [TT-13475] update OAS version (#6712) ### **User description**
TT-13475
Summary Update docs-from-code for 5.7.0
Type Story Story
Status In Dev
Points N/A
Labels -
--- Updated OAS config version so we can generate updated docs based on 5.7.0 branch ___ ### **PR Type** documentation ___ ### **Description** - Updated the OpenAPI Specification version in `swagger.yml` from 5.6.0 to 5.7.0 to reflect the latest changes and generate updated documentation. ___ ### **Changes walkthrough** 📝
Relevant files
Documentation
swagger.yml
Update OpenAPI Specification version to 5.7.0                       

swagger.yml
  • Updated the version number from 5.6.0 to 5.7.0 in the OpenAPI
    Specification.
  • +1/-1     
    ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information [TT-13475]: https://tyktech.atlassian.net/browse/TT-13475?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ ___ ### **PR Type** Documentation ___ ### **Description** - Updated the OpenAPI Specification version in `swagger.yml` from 5.6.0 to 5.7.0. - This change reflects the latest updates and ensures the documentation is generated based on the 5.7.0 branch. ___ ### **Changes walkthrough** 📝
    Relevant files
    Documentation
    swagger.yml
    Update OpenAPI Specification version to 5.7.0                       

    swagger.yml - Updated the OpenAPI Specification version from 5.6.0 to 5.7.0.
    +1/-1     
    ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information Co-authored-by: Laurentiu --- swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger.yml b/swagger.yml index a4a63660ff7..9abac6f6ff6 100644 --- a/swagger.yml +++ b/swagger.yml @@ -30,7 +30,7 @@ info: name: Mozilla Public License Version 2.0 url: https://github.com/TykTechnologies/tyk/blob/master/LICENSE.md title: Tyk Gateway API - version: 5.6.0 + version: 5.7.0 servers: - url: https://{tenant} variables: