For the Left Page Tree menu:
Is there any way to change pages ordering or sorting via API ?
The use case:
There is Master Page and I create Child Pages programmatically.
I would like new Child Pages to appear on top of list - right below Master Page.
Any way to achieve this?
Thank you!
Can you please provide a screen grab of the specific thing in the left panel that you are referring to as the ‘Master Page’
That thing you have circled is just a page at a particular level in the content tree.
Use the v1 Move a page to a new location relative to a target page endpoint to move pages around in the tree relative to other pages.
You can Google ‘confluence cloud rest api change page order’ or ‘confluence cloud rest api move page’ etc etc to read more on the topic.
Have fun.