Add move endpoint into folder service (#58575)
* add move endpoint * change signatures
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user