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