We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b250ddc commit cf70efaCopy full SHA for cf70efa
grafana_api/folder.py
@@ -399,7 +399,7 @@ def get_all_folder_ids_and_names(self) -> list:
399
"""
400
401
folders_raw: list = Api(self.grafana_api_model).call_the_api(
402
- f"{APIEndpoints.SEARCH.value}?folderIds=0"
+ f"{APIEndpoints.SEARCH.value}?folderIds=null"
403
)
404
folders_raw_len: int = len(folders_raw)
405
folders: list = list()
0 commit comments