Closed squatched closed 1 year ago
Is your feature request related to a problem? Please describe. The v1 API supports the PUT /wiki/rest/api/content/{pageId}/move/{position}/{targetId} which will move a page in the hierarchy from one position to another.
PUT /wiki/rest/api/content/{pageId}/move/{position}/{targetId}
Describe the solution you'd like Add Move() method to internal.ChildrenDescandantsService.
Move()
internal.ChildrenDescandantsService
Describe alternatives you've considered None, this seems like the right place for it.
Additional context Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. The v1 API supports the
PUT /wiki/rest/api/content/{pageId}/move/{position}/{targetId}
which will move a page in the hierarchy from one position to another.Describe the solution you'd like Add
Move()
method tointernal.ChildrenDescandantsService
.Describe alternatives you've considered None, this seems like the right place for it.
Additional context Add any other context or screenshots about the feature request here.