Archived
2

switched device_name to devices

This commit is contained in:
VLE2FE
2020-08-06 13:58:12 +02:00
parent 18e0809a99
commit cc6fa48a44
20 changed files with 1318 additions and 1269 deletions

View File

@ -202,6 +202,8 @@ User:
location:
type: string
example: Rng
device_name:
type: string
example: Alpha II
devices:
type: array
items:
type: string
example: Alpha II

View File

@ -66,9 +66,11 @@
location:
type: string
example: Rng
device_name:
type: string
example: Alpha II
devices:
type: array
items:
type: string
example: Alpha II
responses:
200:
description: user details
@ -212,7 +214,7 @@
- pass
- level
- location
- device_name
- devices
allOf:
- $ref: 'api.yaml#/components/schemas/User'
responses: