mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Deprecate FolderID in PatchLibraryElementCommand (#77472)
* Chore: Deprecate FolderID in PatchLibraryElementCommand * chore: regen specs
This commit is contained in:
@@ -216,6 +216,8 @@ type CreateLibraryElementCommand struct {
|
||||
// PatchLibraryElementCommand is the command for patching a LibraryElement
|
||||
type PatchLibraryElementCommand struct {
|
||||
// ID of the folder where the library element is stored.
|
||||
//
|
||||
// Deprecated: use FolderUID instead
|
||||
FolderID int64 `json:"folderId" binding:"Default(-1)"`
|
||||
// UID of the folder where the library element is stored.
|
||||
FolderUID *string `json:"folderUid"`
|
||||
|
||||
Reference in New Issue
Block a user