mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Require access_token, device_id and user_id fields in /login response
This commit is contained in:
parent
1930824898
commit
4937b50b9b
|
|
@ -210,6 +210,7 @@ paths:
|
|||
form as the one returned from .well-known autodiscovery.
|
||||
allOf:
|
||||
- "$ref": "definitions/wellknown/full.yaml"
|
||||
required: ["access_token", "device_id", "user_id"]
|
||||
400:
|
||||
description: |-
|
||||
Part of the request was invalid. For example, the login type may not be recognised.
|
||||
|
|
|
|||
Loading…
Reference in a new issue