mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Copy/paste auth dict definition
This commit is contained in:
parent
8248da413c
commit
224cd36161
|
|
@ -295,7 +295,12 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: object
|
||||
description: An empty JSON object.
|
||||
properties:
|
||||
auth:
|
||||
description: |-
|
||||
Additional authentication information for the user-interactive authentication API.
|
||||
allOf:
|
||||
- $ref: "definitions/auth_data.yaml"
|
||||
responses:
|
||||
200:
|
||||
description: The login token an unauthenticated client can use to log in as the requesting user.
|
||||
|
|
|
|||
Loading…
Reference in a new issue