mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
OpenAPI: Add missing required flag in getRoomKeys (#3509)
This commit is contained in:
parent
8d9a67d9f6
commit
ac98c8c08c
|
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
||||
|
|
@ -878,6 +878,8 @@ paths:
|
|||
}
|
||||
}
|
||||
}
|
||||
required:
|
||||
- rooms
|
||||
404:
|
||||
description: The backup was not found.
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Reference in a new issue