OpenAPI: add auth property in uploadCrossSigningKeys

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
This commit is contained in:
Lukas Lihotzki 2021-08-12 19:50:00 +02:00 committed by Richard van der Hoff
parent 3bf7e48e13
commit c58d423aba
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
Add auth property to UIA endpoint uploadCrossSigningKeys.

View file

@ -66,6 +66,12 @@ paths:
request. request.
allOf: allOf:
- $ref: definitions/cross_signing_key.yaml - $ref: definitions/cross_signing_key.yaml
auth:
description: |-
Additional authentication information for the
user-interactive authentication API.
allOf:
- $ref: "definitions/auth_data.yaml"
example: { example: {
"master_key": { "master_key": {
"user_id": "@alice:example.com", "user_id": "@alice:example.com",