mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 05:54:09 +01:00
Update content/identity-service-api.md
This commit is contained in:
parent
612cd0ab08
commit
5ee403a51d
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue