@@ -487,6 +487,8 @@ paths:
487487 description : This request was rate-limited.
488488 schema :
489489 " $ref " : " definitions/errors/rate_limited.yaml"
490+ tags :
491+ - End-to-end encryption
490492 delete :
491493 summary : Delete a key from the backup
492494 description : |-
@@ -547,6 +549,8 @@ paths:
547549 description : This request was rate-limited.
548550 schema :
549551 " $ref " : " definitions/errors/rate_limited.yaml"
552+ tags :
553+ - End-to-end encryption
550554 " /room_keys/keys/{roomId} " :
551555 put :
552556 summary : Store several keys in the backup for a given room.
@@ -666,6 +670,8 @@ paths:
666670 description : This request was rate-limited.
667671 schema :
668672 " $ref " : " definitions/errors/rate_limited.yaml"
673+ tags :
674+ - End-to-end encryption
669675 delete :
670676 summary : Delete a key from the backup
671677 description : |-
@@ -720,6 +726,8 @@ paths:
720726 description : This request was rate-limited.
721727 schema :
722728 " $ref " : " definitions/errors/rate_limited.yaml"
729+ tags :
730+ - End-to-end encryption
723731 " /room_keys/keys " :
724732 put :
725733 summary : Store several keys in the backup.
@@ -875,6 +883,8 @@ paths:
875883 description : This request was rate-limited.
876884 schema :
877885 " $ref " : " definitions/errors/rate_limited.yaml"
886+ tags :
887+ - End-to-end encryption
878888 delete :
879889 summary : Delete a key from the backup
880890 description : |-
@@ -923,3 +933,5 @@ paths:
923933 description : This request was rate-limited.
924934 schema :
925935 " $ref " : " definitions/errors/rate_limited.yaml"
936+ tags :
937+ - End-to-end encryption
0 commit comments