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:
ying-jeanne
2022-07-26 21:28:14 -05:00
committed by GitHub
parent 7da0a6d3ce
commit 86283bb99e
5 changed files with 29 additions and 1 deletions

View File

@@ -7642,6 +7642,15 @@
"name": "dashboardIds",
"in": "query"
},
{
"type": "array",
"items": {
"type": "string"
},
"description": "List of dashboard uids to search for",
"name": "dashboardUIDs",
"in": "query"
},
{
"type": "array",
"items": {