Skip to content

Commit

Permalink
OpenAPI: add auth property in uploadCrossSigningKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslihotzki committed Aug 11, 2021
1 parent 5132f1e commit 04937ce
Showing 1 changed file with 6 additions and 0 deletions.
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 04937ce

Please sign in to comment.