Add move endpoint into folder service (#58575)

* add move endpoint

* change signatures
This commit is contained in:
ying-jeanne
2022-11-10 09:06:52 -05:00
committed by GitHub
parent 778337e522
commit b13b58ebf8
7 changed files with 46 additions and 8 deletions
+4
View File
@@ -79,6 +79,10 @@ type CreateFolderCommand struct {
Result *Folder `json:"-"`
}
type MoveFolderCommand struct {
ParentUID *string `json:"parentUid"`
}
type UpdateFolderCommand struct {
Uid string `json:"uid"`
Title string `json:"title"`