Update content/identity-service-api.md

This commit is contained in:
Richard van der Hoff 2022-07-27 11:29:26 +01:00 committed by GitHub
parent 612cd0ab08
commit 5ee403a51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ The mandatory baseline for identity server communication in Matrix is
exchanging JSON objects over HTTP APIs. HTTPS is required for exchanging JSON objects over HTTP APIs. HTTPS is required for
communication. 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), /_matrix/identity/v2/account/logout`](#post_matrixidentityv2accountlogout),
require the client to supply a request body containing a (potentially empty) require the client to supply a request body containing a (potentially empty)
JSON object. Clients are *not* required to supply a `Content-Type` header. JSON object. Clients are *not* required to supply a `Content-Type` header.