mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:56:56 +08:00
Chore: Rename dashboardUID to dashboardUIDs in search endpoint and up… (#52766)
* Chore: Rename dashboardUID to dashboardUIDs in search endpoint and update doc * make it backward compatible
This commit is contained in:
@ -42,6 +42,10 @@ type SearchParams struct {
|
||||
// in:query
|
||||
// required: false
|
||||
DashboardIds []int64 `json:"dashboardIds"`
|
||||
// List of dashboard uid’s to search for
|
||||
// in:query
|
||||
// required: false
|
||||
DashboardUIDs []string `json:"dashboardUIDs"`
|
||||
// List of folder id’s to search in for dashboards
|
||||
// in:query
|
||||
// required: false
|
||||
|
Reference in New Issue
Block a user