mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-14 18:13:47 +01:00
Fix added in position
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
a6fb075d92
commit
611ba3b4f9
|
|
@ -154,14 +154,13 @@ paths:
|
|||
"success": true
|
||||
}
|
||||
"400":
|
||||
x-addedInMatrixVersion: "1.18"
|
||||
description: |
|
||||
An error occurred. Some possible errors are:
|
||||
|
||||
- `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is
|
||||
- **[Added in v1.18]** `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is
|
||||
incorrect.
|
||||
- `M_INVALID_PARAM`: One of the supplied parameters is not valid.
|
||||
- `M_SESSION_EXPIRED`: The validation session in question has expired.
|
||||
- **[Added in v1.18]** `M_INVALID_PARAM`: One of the supplied parameters is not valid.
|
||||
- **[Added in v1.18]** `M_SESSION_EXPIRED`: The validation session in question has expired.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
|
|
@ -156,14 +156,13 @@ paths:
|
|||
"success": true
|
||||
}
|
||||
"400":
|
||||
x-addedInMatrixVersion: "1.18"
|
||||
description: |
|
||||
An error occurred. Some possible errors are:
|
||||
|
||||
- `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is
|
||||
- **[Added in v1.18]** `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is
|
||||
incorrect.
|
||||
- `M_INVALID_PARAM`: One of the supplied parameters is not valid.
|
||||
- `M_SESSION_EXPIRED`: The validation session in question has expired.
|
||||
- **[Added in v1.18]** `M_INVALID_PARAM`: One of the supplied parameters is not valid.
|
||||
- **[Added in v1.18]** `M_SESSION_EXPIRED`: The validation session in question has expired.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Reference in a new issue