File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,20 @@ openapi: 3.0.4
22info :
33 title : Swagger Petstore - OpenAPI 3.0
44 description : |-
5- This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about
6- Swagger at [https://swagger.io](https://swagger.io). In the third iteration of the pet store, we've switched to the design first approach!
7- You can now help us improve the API whether it's by making changes to the definition itself or to the code.
8- That way, with time, we can improve the API in general, and expose some of the new features in OAS3.
5+ Это документация основного API системы распознавания парковок
96
107 Some useful links:
11- - [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)
12- - [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
13- termsOfService : https://swagger.io/terms/
8+ - [Swagger Editor](https://editor.swagger.io/)
9+
1410 contact :
15- email : apiteam@swagger.io
16- license :
17- name : Apache 2.0
18- url : https://www.apache.org/licenses/LICENSE-2.0.html
11+ email : parktrack@nawinds.dev
1912 version : 1.0.12
2013externalDocs :
2114 description : Find out more about Swagger
2215 url : https://swagger.io
16+
2317servers :
24- - url : https://petstore3.swagger.io /api/v3
18+ - url : https://parktrack.nawinds.dev /api/v1
2519tags :
2620 - name : pet
2721 description : Everything about your Pets
@@ -910,4 +904,4 @@ components:
910904 api_key :
911905 type : apiKey
912906 name : api_key
913- in : header
907+ in : header
You can’t perform that action at this time.
0 commit comments