Chore: Deprecate FolderID from CountDashboardsInFolderRequest (#77804)

Deprecate FolderID from CountDashboardsInFolderRequest
This commit is contained in:
Kat Yang
2023-11-08 11:27:03 -05:00
committed by GitHub
parent bc875b4c13
commit 71a2ce5a71
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -376,6 +376,7 @@ type CountDashboardsInFolderQuery struct {
// to the store layer. The FolderID will be replaced with FolderUID when
// dashboards are updated with parent folder UIDs.
type CountDashboardsInFolderRequest struct {
// Deprecated: use FolderUID instead
FolderID int64
OrgID int64
}