Properly mark required response keys to pass tests

This commit is contained in:
Maxime Dor 2017-11-15 13:57:52 +01:00
parent 8a6103798e
commit 28c09aed62

View file

@ -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",