@@ -375,7 +375,7 @@ paths:
375
375
summary : Store a key in the backup.
376
376
description : |-
377
377
Store a key in the backup.
378
- operationId : postRoomKeysKeyRoomIdSessionId
378
+ operationId : putRoomKeysBySessionId
379
379
security :
380
380
- accessToken : []
381
381
parameters :
@@ -443,10 +443,10 @@ paths:
443
443
tags :
444
444
- End-to-end encryption
445
445
get :
446
- summary : Retrieve a key from the backup
446
+ summary : Retrieve a key from the backup.
447
447
description : |-
448
448
Retrieve a key from the backup.
449
- operationId : getRoomKeysKeyRoomIdSessionId
449
+ operationId : getRoomKeysBySessionId
450
450
security :
451
451
- accessToken : []
452
452
parameters :
@@ -488,10 +488,10 @@ paths:
488
488
schema :
489
489
" $ref " : " definitions/errors/rate_limited.yaml"
490
490
delete :
491
- summary : Delete a key from the backup
491
+ summary : Delete a key from the backup.
492
492
description : |-
493
493
Delete a key from the backup.
494
- operationId : deleteRoomKeysKeyRoomIdSessionId
494
+ operationId : deleteRoomKeysBySessionId
495
495
security :
496
496
- accessToken : []
497
497
parameters :
@@ -551,8 +551,8 @@ paths:
551
551
put :
552
552
summary : Store several keys in the backup for a given room.
553
553
description : |-
554
- Store a key in the backup.
555
- operationId : postRoomKeysKeyRoomId
554
+ Store several keys in the backup for a given room .
555
+ operationId : putRoomKeysByRoomId
556
556
security :
557
557
- accessToken : []
558
558
parameters :
@@ -624,10 +624,10 @@ paths:
624
624
tags :
625
625
- End-to-end encryption
626
626
get :
627
- summary : Retrieve the keys from the backup for a given room
627
+ summary : Retrieve the keys from the backup for a given room.
628
628
description : |-
629
- Retrieve the keys from the backup for a given room
630
- operationId : getRoomKeysKeyRoomId
629
+ Retrieve the keys from the backup for a given room.
630
+ operationId : getRoomKeysByRoomId
631
631
security :
632
632
- accessToken : []
633
633
parameters :
@@ -667,10 +667,10 @@ paths:
667
667
schema :
668
668
" $ref " : " definitions/errors/rate_limited.yaml"
669
669
delete :
670
- summary : Delete a key from the backup
670
+ summary : Delete the keys from the backup for a given room.
671
671
description : |-
672
- Delete a key from the backup.
673
- operationId : deleteRoomKeysKeyRoomId
672
+ Delete the keys from the backup for a given room .
673
+ operationId : deleteRoomKeysByRoomId
674
674
security :
675
675
- accessToken : []
676
676
parameters :
@@ -725,7 +725,7 @@ paths:
725
725
summary : Store several keys in the backup.
726
726
description : |-
727
727
Store several keys in the backup.
728
- operationId : postRoomKeysKey
728
+ operationId : putRoomKeys
729
729
security :
730
730
- accessToken : []
731
731
parameters :
@@ -817,10 +817,10 @@ paths:
817
817
tags :
818
818
- End-to-end encryption
819
819
get :
820
- summary : Retrieve the keys from the backup for a given room
820
+ summary : Retrieve the keys from the backup.
821
821
description : |-
822
- Retrieve the keys from the backup for a given room
823
- operationId : getRoomKeysKeyRoomId
822
+ Retrieve the keys from the backup.
823
+ operationId : getRoomKeys
824
824
security :
825
825
- accessToken : []
826
826
parameters :
@@ -876,10 +876,10 @@ paths:
876
876
schema :
877
877
" $ref " : " definitions/errors/rate_limited.yaml"
878
878
delete :
879
- summary : Delete a key from the backup
879
+ summary : Delete the keys from the backup.
880
880
description : |-
881
- Delete a key from the backup.
882
- operationId : deleteRoomKeysKeyRoomId
881
+ Delete the keys from the backup.
882
+ operationId : deleteRoomKeys
883
883
security :
884
884
- accessToken : []
885
885
parameters :
0 commit comments