From 3176821ddc300941020e71ae8c2843ad34379527 Mon Sep 17 00:00:00 2001 From: Stephanie Hingtgen Date: Wed, 29 Oct 2025 03:13:26 -0600 Subject: [PATCH] Docs: Update search default information (#113146) --- docs/sources/developers/http_api/folder_dashboard_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/folder_dashboard_search.md b/docs/sources/developers/http_api/folder_dashboard_search.md index eda90559d99..819a1fcac6c 100644 --- a/docs/sources/developers/http_api/folder_dashboard_search.md +++ b/docs/sources/developers/http_api/folder_dashboard_search.md @@ -36,7 +36,7 @@ Query parameters: - **dashboardUIDs** – List of dashboard uid's to search for - **folderUIDs** – List of folder UIDs to search in - **starred** – Flag indicating if only starred Dashboards should be returned -- **limit** – Limit the number of returned results (max is 5000; default is 1000) +- **limit** – Limit the number of returned results (max is 5000; default is 1000). If an invalid value is provided (for example, strings or special characters), the parameter defaults to 1000. - **page** – Use this parameter to access hits beyond limit. Numbering starts at 1. limit param acts as page size. **Example request for retrieving folders and dashboards at the root level**: