OpenAPI: Add missing `required` flag in `getRoomKeys` (#3509)

rav/remove_unsigned_from_federation_events
Ankur 3 years ago committed by GitHub
parent 8d9a67d9f6
commit ac98c8c08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save