mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-20 18:34:11 +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:
|
404:
|
||||||
description: The backup was not found.
|
description: The backup was not found.
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue