LibraryPanel: Cleanup service calls (#113277)

* cleanup

* library panel via search

* test cleanup

* merge main

* add FindDashboards mock

* no matching dashbaords should return empty

* do not alllow name and libraryPanel query
This commit is contained in:
Ryan McKinley
2025-11-06 15:31:02 +01:00
committed by GitHub
parent ca5d898120
commit 95ffd1a55a
9 changed files with 62 additions and 51 deletions
@@ -1812,6 +1812,14 @@
}
}
},
{
"name": "libraryPanel",
"in": "query",
"description": "find dashboards that reference a given libraryPanel",
"schema": {
"type": "string"
}
},
{
"name": "sort",
"in": "query",