-
Suggestion
-
Resolution: Fixed
-
6
-
4
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
It seems that there are no methods for moving pages or changing pages order under one parent in confluence REST API (in XML-RPC there is a movePage method for changing page position).
Would be nice to have methods for changing page positions in REST:
- setChildPageOrder - for setting multiple pages order at once (similar to pageManager.setChildPageOrder(destinationPage, destChildIds))
- movePage - for changing only one page position
- relates to
-
CONFCLOUD-40101 Allow changing page order via REST
- Gathering Interest
Hi bd513f98b4b9
You can find the new Confluence DC REST documentation here: https://developer.atlassian.com/server/confluence/rest/v900/api-group-content-resource/#api-rest-api-content-contentid-put
Cheers,
James