We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e8b21 commit 8f515d9Copy full SHA for 8f515d9
services/forms/group.go
@@ -18,7 +18,7 @@ type MovedGroupItemForm struct {
18
IsGroup bool `json:"isGroup"`
19
ItemID int64 `json:"id"`
20
NewParent int64 `json:"newParent"`
21
- NewPos int `json:"newPosition"`
+ NewPos int `json:"newPos"`
22
}
23
type CreateGroupTeamForm struct {
24
Permission string
0 commit comments