mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-18 03:53:43 +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
|
"success": true
|
||||||
}
|
}
|
||||||
"400":
|
"400":
|
||||||
x-addedInMatrixVersion: "1.18"
|
|
||||||
description: |
|
description: |
|
||||||
An error occurred. Some possible errors are:
|
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.
|
incorrect.
|
||||||
- `M_INVALID_PARAM`: One of the supplied parameters is not valid.
|
- **[Added in v1.18]** `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_SESSION_EXPIRED`: The validation session in question has expired.
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|
|
||||||
|
|
@ -156,14 +156,13 @@ paths:
|
||||||
"success": true
|
"success": true
|
||||||
}
|
}
|
||||||
"400":
|
"400":
|
||||||
x-addedInMatrixVersion: "1.18"
|
|
||||||
description: |
|
description: |
|
||||||
An error occurred. Some possible errors are:
|
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.
|
incorrect.
|
||||||
- `M_INVALID_PARAM`: One of the supplied parameters is not valid.
|
- **[Added in v1.18]** `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_SESSION_EXPIRED`: The validation session in question has expired.
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue