From bde33626c72a650c0a3219704cb2dafc8fe116fd Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 19 Feb 2025 10:19:45 +0000 Subject: [PATCH] Clarify --- proposals/4183-submitToken-error-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4183-submitToken-error-codes.md b/proposals/4183-submitToken-error-codes.md index caa49638115..83a88619993 100644 --- a/proposals/4183-submitToken-error-codes.md +++ b/proposals/4183-submitToken-error-codes.md @@ -21,7 +21,7 @@ Note that the `POST` version of the email `submitToken` endpoint ([`POST /_matrix/identity/v2/validate/email/submitToken`](https://spec.matrix.org/v1.11/identity-service-api/#post_matrixidentityv2validateemailsubmittoken)) is not generally used in practice: Sydent's emails include a link to click instead of the `submit_url` response field and therefore use the `GET` version. Synapse does not implement the `POST` API for email validation for this reason. This -proposal updates both for consistency. +proposal updates both `POST` and `GET` versions for consistency. ## Proposal