Skip to content

Commit 0c4b7ad

Browse files
committed
OpenAPI: add auth property in uploadCrossSigningKeys
Signed-off-by: Lukas Lihotzki <[email protected]>
1 parent 5132f1e commit 0c4b7ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add auth property to UIA endpoint uploadCrossSigningKeys.

data/api/client-server/cross_signing.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ paths:
6666
request.
6767
allOf:
6868
- $ref: definitions/cross_signing_key.yaml
69+
auth:
70+
description: |-
71+
Additional authentication information for the
72+
user-interactive authentication API.
73+
allOf:
74+
- $ref: "definitions/auth_data.yaml"
6975
example: {
7076
"master_key": {
7177
"user_id": "@alice:example.com",

0 commit comments

Comments
 (0)