From f5c1b24bd89e843049fadfa0441aeb3cd37590f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 15 Jan 2026 11:25:12 +0100 Subject: [PATCH] Use added-in shortcode 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 | 6 +++--- data/api/identity/v2_phone_associations.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/api/identity/v2_email_associations.yaml b/data/api/identity/v2_email_associations.yaml index 2f643f31..da6c9c1b 100644 --- a/data/api/identity/v2_email_associations.yaml +++ b/data/api/identity/v2_email_associations.yaml @@ -157,10 +157,10 @@ paths: description: | An error occurred. Some possible errors are: - - **[Added in v1.18]** `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is + - {{% added-in v="1.18" %}} `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is incorrect. - - **[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. + - {{% added-in v="1.18" %}} `M_INVALID_PARAM`: One of the supplied parameters is not valid. + - {{% added-in v="1.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 eb3fd344..5ebf58bc 100644 --- a/data/api/identity/v2_phone_associations.yaml +++ b/data/api/identity/v2_phone_associations.yaml @@ -159,10 +159,10 @@ paths: description: | An error occurred. Some possible errors are: - - **[Added in v1.18]** `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is + - {{% added-in v="1.18" %}} `M_TOKEN_INCORRECT`: The token that the user entered to validate the session is incorrect. - - **[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. + - {{% added-in v="1.18" %}} `M_INVALID_PARAM`: One of the supplied parameters is not valid. + - {{% added-in v="1.18" %}} `M_SESSION_EXPIRED`: The validation session in question has expired. content: application/json: schema: