mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:03:01 +08:00
Chore: Deprecate FolderIDs only used by Swagger (#78219)
This commit is contained in:
@ -514,6 +514,8 @@ type UpdateFolderParams struct {
|
||||
type GetFolderByIDParams struct {
|
||||
// in:path
|
||||
// required:true
|
||||
//
|
||||
// Deprecated: use FolderUID instead
|
||||
FolderID int64 `json:"folder_id"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user