From 5ee403a51d794b367ffc53faa3a6bed96730ad0a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:29:26 +0100 Subject: [PATCH] Update content/identity-service-api.md --- content/identity-service-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/identity-service-api.md b/content/identity-service-api.md index d9dfa9c3..58fc9019 100644 --- a/content/identity-service-api.md +++ b/content/identity-service-api.md @@ -40,7 +40,7 @@ The mandatory baseline for identity server communication in Matrix is exchanging JSON objects over HTTP APIs. HTTPS is required for communication. -All `POST` and `PUT` endpoints, with the exception of [`POST +All `POST` and `PUT` endpoints, with the exception (for historical reasons) of [`POST /_matrix/identity/v2/account/logout`](#post_matrixidentityv2accountlogout), require the client to supply a request body containing a (potentially empty) JSON object. Clients are *not* required to supply a `Content-Type` header.