switched device_name to devices
This commit is contained in:
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user