From 147f8703d44e7e2d1488b7c0bd2c6f22f6bb2b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 19 Dec 2025 12:59:01 +0100 Subject: [PATCH] Fix fragments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- content/client-server-api/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 7a4e04b3..d7a6399b 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2283,7 +2283,7 @@ In contrast to account deactivation, locking is a non-destructive action that can be reversed. {{% added-in v="1.18" %}} To lock or unlock an account, the administrators -SHOULD use the [`PUT /admin/lock/{userId}`](#post_matrixclientv1adminlockuserid) +SHOULD use the [`PUT /admin/lock/{userId}`](#put_matrixclientv1adminlockuserid) endpoint. They MAY also use [`GET /admin/lock/{userId}`](#get_matrixclientv1adminlockuserid) to check whether a user's account is locked. @@ -2335,7 +2335,7 @@ without risk of the client losing state from a logout. Suspensions are reversibl like locks and unlike deactivations. {{% added-in v="1.18" %}} To suspend or unsuspend an account, the administrators -SHOULD use the [`PUT /admin/suspend/{userId}`](#post_matrixclientv1adminsuspenduserid) +SHOULD use the [`PUT /admin/suspend/{userId}`](#put_matrixclientv1adminsuspenduserid) endpoint. They MAY also use [`GET /admin/suspend/{userId}`](#get_matrixclientv1adminsuspenduserid) to check whether a user's account is suspended.