Add required property to whoami
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
41db12713d
commit
2468c38482
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ paths:
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
required: ["user_id"]
|
||||||
properties:
|
properties:
|
||||||
user_id:
|
user_id:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue