Skip to content

Commit

Permalink
OpenAPI: Add missing required flag in getRoomKeys (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur12-1610 committed Nov 22, 2021
1 parent 8d9a67d commit ac98c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/3509.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
2 changes: 2 additions & 0 deletions data/api/client-server/key_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,8 @@ paths:
}
}
}
required:
- rooms
404:
description: The backup was not found.
examples:
Expand Down

0 comments on commit ac98c8c

Please sign in to comment.