Add required property to whoami

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/977/head
Travis Ralston 7 years ago
parent 41db12713d
commit 2468c38482

@ -43,6 +43,7 @@ paths:
}
schema:
type: object
required: ["user_id"]
properties:
user_id:
type: string

Loading…
Cancel
Save