Chore: Deprecate Id from Folder in DTOs (#77943)

* Chore: Deprecate Id from Folder in DTOs

* chore: regen spec
This commit is contained in:
Kat Yang
2023-11-15 10:29:49 -05:00
committed by GitHub
parent ae326eaed1
commit a640d9d395
6 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import (
)
type Folder struct {
// Deprecated: use Uid instead
Id int64 `json:"id"`
Uid string `json:"uid"`
Title string `json:"title"`