OpenAPI: Add missing required
flag in getRoomKeys
(#3509)
This commit is contained in:
parent
8d9a67d9f6
commit
ac98c8c08c
2 changed files with 3 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
|
@ -878,6 +878,8 @@ paths:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
required:
|
||||||
|
- rooms
|
||||||
404:
|
404:
|
||||||
description: The backup was not found.
|
description: The backup was not found.
|
||||||
examples:
|
examples:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue