Dear all,
I am not sure how to implement "rename page" in xeclipse via REST API.
In the current xmlrpc implementation, page rename changes the page name
of and keeps the page history at the same time.
However, in REST API, changing the page name means changes the resource
URL of the page.
This means that a new resource will be created.
For example, change from "wikis/xwiki/spaces/myspace/pages/oldPageName"
to "wikis/xwiki/spaces/myspace/pages/newName"
Here are my questions:
1. Will the old page resource be removed?
2. Will the old page history be kept and stored in the new page?
From REST API, I cannot find an http method to add page history
Best regards
Jun Han