Chore: Deprecate FolderIDs only used by Swagger (#78219)

This commit is contained in:
Kat Yang
2023-11-16 09:57:04 -05:00
committed by GitHub
parent 48b6e894ca
commit 2d09bac2b8
4 changed files with 15 additions and 8 deletions

View File

@ -514,6 +514,8 @@ type UpdateFolderParams struct {
type GetFolderByIDParams struct {
// in:path
// required:true
//
// Deprecated: use FolderUID instead
FolderID int64 `json:"folder_id"`
}