diff --git a/examples/v2.0/yaml/petstore.yaml b/examples/v2.0/yaml/petstore.yaml index b4b71280a0..5b494c283a 100644 --- a/examples/v2.0/yaml/petstore.yaml +++ b/examples/v2.0/yaml/petstore.yaml @@ -5,7 +5,7 @@ info: license: name: MIT host: petstore.swagger.io -basePath: /v1 +basePath: /v2 schemes: - http consumes: diff --git a/examples/v3.0/petstore.yaml b/examples/v3.0/petstore.yaml index b444f02531..0b0f46ed65 100644 --- a/examples/v3.0/petstore.yaml +++ b/examples/v3.0/petstore.yaml @@ -5,7 +5,7 @@ info: license: name: MIT servers: - - url: http://petstore.swagger.io/v1 + - url: http://petstore.swagger.io/v2 paths: /pets: get: