-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreservation-swagger.yml
More file actions
34 lines (33 loc) · 867 Bytes
/
Copy pathreservation-swagger.yml
File metadata and controls
34 lines (33 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
openapi: 3.0.0
servers:
# Added by API Auto Mocking Plugin
- description: SwaggerHub API Auto Mocking
url: https://virtserver.swaggerhub.com/Eucode/api-reservation/1.0.0
info:
description: This is a API reservation
version: "1.0.0"
title: Simple API
contact:
email: euclideslione@gmail.com
paths:
/Users:
get:
tags:
- users
summary: getById
operationId: searchUsers
description: Use admins authentication for get informations
parameters:
- in: id
name: id
description: use this id for find user you requesting
required: false
schema:
type: string
responses:
'200':
description: search results matching criteria
content:
application/json:
schema:
type: object