mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 22:14:10 +01:00
Copy/paste auth dict definition
This commit is contained in:
parent
8248da413c
commit
224cd36161
|
|
@ -295,7 +295,12 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: object
|
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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The login token an unauthenticated client can use to log in as the requesting user.
|
description: The login token an unauthenticated client can use to log in as the requesting user.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue