Skip to content

Commit ac98c8c

Browse files
authored
OpenAPI: Add missing required flag in getRoomKeys (#3509)
1 parent 8d9a67d commit ac98c8c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix various typos throughout the specification.

data/api/client-server/key_backup.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,8 @@ paths:
878878
}
879879
}
880880
}
881+
required:
882+
- rooms
881883
404:
882884
description: The backup was not found.
883885
examples:

0 commit comments

Comments
 (0)