From 2dc24b767322c0c4493135621b6e5593fafe7bb6 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Tue, 15 Feb 2022 15:34:58 +0100 Subject: [PATCH] docs: mention auth for downloading attachments --- docs/source/http-api/access.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/http-api/access.rst b/docs/source/http-api/access.rst index 30e0c0f5ed0..d67fc538098 100644 --- a/docs/source/http-api/access.rst +++ b/docs/source/http-api/access.rst @@ -80,9 +80,9 @@ API tokens can have one or more of these scopes: main() -The ``everything`` scopes are special because they can be used with *any* Indico endpoint, i.e. they are -not restricted to official APIs. This has the advantage that even Indico actions which do not have a corresponding -API can be scripted. +The ``everything`` scopes are special because they can be used with *any* Indico endpoint (including file attachments), +i.e. they are not restricted to official APIs. This has the advantage that even Indico actions which do not have a +corresponding API can be scripted. Endpoints covered by the ``legacy_api`` scopes are *not* included; these scopes need to be granted explicitly. .. warning::