From 3ebdfbf1b72ff6a0486cbc38ad81fff1d87e83f5 Mon Sep 17 00:00:00 2001 From: carpenito <51392538+carpenito@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:15:29 -0400 Subject: [PATCH] Update oas.yaml --- oas.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oas.yaml b/oas.yaml index 29d9593..3d63553 100644 --- a/oas.yaml +++ b/oas.yaml @@ -3,13 +3,13 @@ info: description: 'This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.' - version: 1.0.1 + version: 1.0.2 title: Swagger Petstore termsOfService: http://swagger.io/terms/ contact: email: apiteam@swagger.io license: - name: Apache 2.0 + name: Apache 2.0! url: http://www.apache.org/licenses/LICENSE-2.0.html externalDocs: description: Find out more about Swagger @@ -17,7 +17,7 @@ externalDocs: servers: - url: http://petstore.swagger.io/v2 tags: - - name: pet + - name: petstore description: Everything about your Pets externalDocs: description: Find out more