Properly mark required response keys to pass tests
This commit is contained in:
parent
8a6103798e
commit
28c09aed62
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ paths:
|
|||
answering the query.
|
||||
items:
|
||||
type: string
|
||||
required:
|
||||
- "room_id"
|
||||
- "servers"
|
||||
examples:
|
||||
application/json: {
|
||||
"room_id": "!roomid1234:example.org",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue