Open API: Changed RoomKeys to RoomKey (#3500)

pull/3509/head
Ankur 3 years ago committed by GitHub
parent 51d8560da9
commit a8cf4d4a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -377,7 +377,7 @@ paths:
summary: Store a key in the backup.
description: |-
Store a key in the backup.
operationId: putRoomKeysBySessionId
operationId: putRoomKeyBySessionId
security:
- accessToken: []
parameters:
@ -449,7 +449,7 @@ paths:
summary: Retrieve a key from the backup.
description: |-
Retrieve a key from the backup.
operationId: getRoomKeysBySessionId
operationId: getRoomKeyBySessionId
security:
- accessToken: []
parameters:
@ -496,7 +496,7 @@ paths:
summary: Delete a key from the backup.
description: |-
Delete a key from the backup.
operationId: deleteRoomKeysBySessionId
operationId: deleteRoomKeyBySessionId
security:
- accessToken: []
parameters:

Loading…
Cancel
Save