add token
This commit is contained in:
parent
4994e16a71
commit
38a54a6a44
@ -174,7 +174,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/UserMetadata'
|
$ref: '#/components/schemas/LoginToken'
|
||||||
400:
|
400:
|
||||||
description: JSON parse error
|
description: JSON parse error
|
||||||
content:
|
content:
|
||||||
@ -466,6 +466,13 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
|
LoginToken:
|
||||||
|
required:
|
||||||
|
- token
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
token:
|
||||||
|
type: string
|
||||||
RestreamObjectParameters:
|
RestreamObjectParameters:
|
||||||
required:
|
required:
|
||||||
- inputNeighbours
|
- inputNeighbours
|
||||||
|
Loading…
Reference in New Issue
Block a user