From f80de33aa376aa68f03685f0d430bd25ca2ae217 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Fri, 5 Jul 2024 12:04:09 +0000 Subject: deploy: 57538eb4d9fef09f4c3a234d51e34478f45b7917 --- develop/print.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index 305a304379..8d7788566d 100644 --- a/develop/print.html +++ b/develop/print.html @@ -12535,19 +12535,15 @@ will be an empty JSON object.

Experimental Features API

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:

To use it, you will need to authenticate by providing an access_token for a server admin: see Admin API.

Enabling/Disabling Features

-

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