ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
131 stars 34 forks source link

Support Confluence Page Movement #212

Closed squatched closed 1 year ago

squatched commented 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.

Describe the solution you'd like Add Move() method to 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.