We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5132f1e + 0c4b7ad commit 00d2f66Copy full SHA for 00d2f66
changelogs/client_server/newsfragments/3331.clarification
@@ -0,0 +1 @@
1
+Add auth property to UIA endpoint uploadCrossSigningKeys.
data/api/client-server/cross_signing.yaml
@@ -66,6 +66,12 @@ paths:
66
request.
67
allOf:
68
- $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"
75
example: {
76
"master_key": {
77
"user_id": "@alice:example.com",
0 commit comments