Skip to content

Commit f6fec33

Browse files
committed
upd
1 parent 1e33ce4 commit f6fec33

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

openapi.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,20 @@ openapi: 3.0.4
22
info:
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
2013
externalDocs:
2114
description: Find out more about Swagger
2215
url: https://swagger.io
16+
2317
servers:
24-
- url: https://petstore3.swagger.io/api/v3
18+
- url: https://parktrack.nawinds.dev/api/v1
2519
tags:
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

0 commit comments

Comments
 (0)