From ac3b194bb2c3a3f4a3ba2d982f89137686011c6e Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 25 Sep 2024 20:08:52 +0200 Subject: [PATCH] Update content/client-server-api/_index.md Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 0453a9c2..f9365649 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -1445,7 +1445,7 @@ for locking and unlocking accounts as a server implementation detail. When an account is locked, servers MUST return a `401 Unauthorized` error response with an `M_USER_LOCKED` error code and [`soft_logout`](#soft-logout) -set to `true` on all but the following APIs: +set to `true` on all but the following Client-Server APIs: - [`POST /logout`](#post_matrixclientv3logout) - [`POST /logout/all`](#post_matrixclientv3logoutall)