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.
|
answering the query.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
required:
|
||||||
|
- "room_id"
|
||||||
|
- "servers"
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"room_id": "!roomid1234:example.org",
|
"room_id": "!roomid1234:example.org",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue