Add missing "added in" spec version to some key backup endpoints (#1170)

* Add missing version to some key backup endpoints

* Create 1170.clarification
This commit is contained in:
Travis Ralston 2022-07-13 12:43:37 -06:00 committed by GitHub
parent ead437578b
commit 56400ab9a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -86,6 +86,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
get: get:
x-addedInMatrixVersion: "1.1"
summary: Get information about the latest backup version. summary: Get information about the latest backup version.
description: |- description: |-
Get information about the latest backup version. Get information about the latest backup version.
@ -241,6 +242,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
put: put:
x-addedInMatrixVersion: "1.1"
summary: Update information about an existing backup. summary: Update information about an existing backup.
description: |- description: |-
Update information about an existing backup. Only `auth_data` can be modified. Update information about an existing backup. Only `auth_data` can be modified.
@ -330,6 +332,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
delete: delete:
x-addedInMatrixVersion: "1.1"
summary: Delete an existing key backup. summary: Delete an existing key backup.
description: |- description: |-
Delete an existing key backup. Both the information about the backup, Delete an existing key backup. Both the information about the backup,
@ -375,6 +378,7 @@ paths:
- End-to-end encryption - End-to-end encryption
"/room_keys/keys/{roomId}/{sessionId}": "/room_keys/keys/{roomId}/{sessionId}":
put: put:
x-addedInMatrixVersion: "1.1"
summary: Store a key in the backup. summary: Store a key in the backup.
description: |- description: |-
Store a key in the backup. Store a key in the backup.
@ -447,6 +451,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
get: get:
x-addedInMatrixVersion: "1.1"
summary: Retrieve a key from the backup. summary: Retrieve a key from the backup.
description: |- description: |-
Retrieve a key from the backup. Retrieve a key from the backup.
@ -494,6 +499,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
delete: delete:
x-addedInMatrixVersion: "1.1"
summary: Delete a key from the backup. summary: Delete a key from the backup.
description: |- description: |-
Delete a key from the backup. Delete a key from the backup.
@ -558,6 +564,7 @@ paths:
- End-to-end encryption - End-to-end encryption
"/room_keys/keys/{roomId}": "/room_keys/keys/{roomId}":
put: put:
x-addedInMatrixVersion: "1.1"
summary: Store several keys in the backup for a given room. summary: Store several keys in the backup for a given room.
description: |- description: |-
Store several keys in the backup for a given room. Store several keys in the backup for a given room.
@ -634,6 +641,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
get: get:
x-addedInMatrixVersion: "1.1"
summary: Retrieve the keys from the backup for a given room. summary: Retrieve the keys from the backup for a given room.
description: |- description: |-
Retrieve the keys from the backup for a given room. Retrieve the keys from the backup for a given room.
@ -679,6 +687,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
delete: delete:
x-addedInMatrixVersion: "1.1"
summary: Delete the keys from the backup for a given room. summary: Delete the keys from the backup for a given room.
description: |- description: |-
Delete the keys from the backup for a given room. Delete the keys from the backup for a given room.
@ -834,6 +843,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
get: get:
x-addedInMatrixVersion: "1.1"
summary: Retrieve the keys from the backup. summary: Retrieve the keys from the backup.
description: |- description: |-
Retrieve the keys from the backup. Retrieve the keys from the backup.
@ -897,6 +907,7 @@ paths:
tags: tags:
- End-to-end encryption - End-to-end encryption
delete: delete:
x-addedInMatrixVersion: "1.1"
summary: Delete the keys from the backup. summary: Delete the keys from the backup.
description: |- description: |-
Delete the keys from the backup. Delete the keys from the backup.