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:
@@ -1812,6 +1812,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "libraryPanel",
|
||||
"in": "query",
|
||||
"description": "find dashboards that reference a given libraryPanel",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"in": "query",
|
||||
|
||||
Reference in New Issue
Block a user