Skip to content

Commit

Permalink
Merge pull request #3331 from lukaslihotzki/add-uia
Browse files Browse the repository at this point in the history
OpenAPI: add auth property in uploadCrossSigningKeys
  • Loading branch information
uhoreg authored and richvdh committed Aug 23, 2021
2 parents 3fb9854 + 94e868f commit 6eefbe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/3331.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add auth property to UIA endpoint uploadCrossSigningKeys.
6 changes: 6 additions & 0 deletions data/api/client-server/cross_signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ paths:
request.
allOf:
- $ref: definitions/cross_signing_key.yaml
auth:
description: |-
Additional authentication information for the
user-interactive authentication API.
allOf:
- $ref: "definitions/auth_data.yaml"
example: {
"master_key": {
"user_id": "@alice:example.com",
Expand Down

0 comments on commit 6eefbe7

Please sign in to comment.