From 3dde8585ff951d5e9a46cfd64d296fdab5acd9a2 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Fri, 10 Apr 2020 17:43:00 +0200 Subject: [PATCH] Docs: Document default limit of /api/folders (#23435) Signed-off-by: Arve Knudsen --- docs/sources/http_api/folder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/http_api/folder.md b/docs/sources/http_api/folder.md index b96b850b382..8a841497a4a 100644 --- a/docs/sources/http_api/folder.md +++ b/docs/sources/http_api/folder.md @@ -28,7 +28,7 @@ that you cannot use this API for retrieving information about the General folder `GET /api/folders` -Returns all folders that the authenticated user has permission to view. +Returns all folders that the authenticated user has permission to view. You can control the maximum number of folders returned through the `limit` query parameter, the default is 1000. **Example Request**: