From f80de33aa376aa68f03685f0d430bd25ca2ae217 Mon Sep 17 00:00:00 2001
From: erikjohnston
Date: Fri, 5 Jul 2024 12:04:09 +0000
Subject: deploy: 57538eb4d9fef09f4c3a234d51e34478f45b7917
---
develop/admin_api/experimental_features.html | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
(limited to 'develop/admin_api')
diff --git a/develop/admin_api/experimental_features.html b/develop/admin_api/experimental_features.html
index 548b905727..d9072f03eb 100644
--- a/develop/admin_api/experimental_features.html
+++ b/develop/admin_api/experimental_features.html
@@ -161,19 +161,15 @@
This API allows a server administrator to enable or disable some experimental features on a per-user
-basis. The currently supported features are:
+basis. The currently supported features are:
-- MSC3026: busy
-presence state enabled
-- MSC3881: enable remotely toggling push notifications
-for another client
-- MSC3967: do not require
-UIA when first uploading cross-signing keys.
+- MSC3881: enable remotely toggling push notifications
+for another client
To use it, you will need to authenticate by providing an access_token
for a server admin: see Admin API.
-This API allows a server administrator to enable experimental features for a given user. The request must
+
This API allows a server administrator to enable experimental features for a given user. The request must
provide a body containing the user id and listing the features to enable/disable in the following format:
{
"features": {
--
cgit 1.5.1