From 611ba3b4f9f1fac9ccacf4a3a64079bdae10afa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 15 Jan 2026 11:12:59 +0100 Subject: [PATCH] Fix added in position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/identity/v2_email_associations.yaml | 7 +++---- data/api/identity/v2_phone_associations.yaml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/data/api/identity/v2_email_associations.yaml b/data/api/identity/v2_email_associations.yaml index e37c9725..2f643f31 100644 --- a/data/api/identity/v2_email_associations.yaml +++ b/data/api/identity/v2_email_associations.yaml @@ -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: diff --git a/data/api/identity/v2_phone_associations.yaml b/data/api/identity/v2_phone_associations.yaml index 047cbc40..eb3fd344 100644 --- a/data/api/identity/v2_phone_associations.yaml +++ b/data/api/identity/v2_phone_associations.yaml @@ -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: