Skip to content

Commit

Permalink
Hopefully make more clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Nov 29, 2024
1 parent 63dcbe0 commit af1dc86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proposals/4183-submitToken-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The [`POST
endpoint in the C/S API also specifies a `submit_url` response parameter, defining its parameters to be the same as the
Identity API's `submitToken` endpoints. Everything this MSC specifies applies to this endpoint in the same way.

Note that the email `submitToken` endpoint ([`POST
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 includes a link to click and therefore use the
`GET` version. This proposal updates both for consistency.
is not generally used in practice (and does not exist on the C/S API): Sydent's emails includes a link to click and
therefore use the `GET` version. This proposal updates both for consistency.

## Proposal

Expand Down

0 comments on commit af1dc86

Please sign in to comment.