From 2f250a83e14e7fa10810e2bb9925cc125baf670c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 23 May 2022 17:39:26 +0200 Subject: [PATCH] fix doc --- doc/drafts/admin-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md index 9aa3cdbb..e6ce6336 100644 --- a/doc/drafts/admin-api.md +++ b/doc/drafts/admin-api.md @@ -12,7 +12,7 @@ when changes are introduced. The admin API uses two different tokens for acces control, that are specified in the config file's `[admin]` section: - `metrics_token`: the token for accessing the Metrics endpoint (if this token is not set in the config file, the Metrics endpoint can be accessed without access control); -- `admin_token`: the token for accessing all of the other administration endpoints (if this token is not set in the config file, these endpoints can be accessed without access control). +- `admin_token`: the token for accessing all of the other administration endpoints (if this token is not set in the config file, access to these endpoints is disabled entirely). ## Administration API endpoints