Merge pull request #3331 from lukaslihotzki/add-uia
OpenAPI: add auth property in uploadCrossSigningKeys
This commit is contained in:
commit
88479ca851
2 changed files with 7 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Add auth property to UIA endpoint uploadCrossSigningKeys.
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue