mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
Add required property to whoami
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
41db12713d
commit
2468c38482
|
|
@ -43,6 +43,7 @@ paths:
|
|||
}
|
||||
schema:
|
||||
type: object
|
||||
required: ["user_id"]
|
||||
properties:
|
||||
user_id:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue