com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Copy with REST API
This section explains the following REST operations regarding the copy of resources which have been secured with Basic Auth.
Please note the following points for the above requests.
Parameter | Explanation |
---|---|
path | Path of the resource |
destination | Target location |
start | Start page number |
size | Number of tags to be fetched |
The { start page } and { number of records } parameters can take any value greater than or equal to 0. The { start page } and { number of records } begins with 1. If both of them are 0, then all the tags are retrieved.
Copy Resource
Attributes | Values |
---|---|
HTTP Method                | POST |
Request URI | /copy?path={ resource path }&destination={ target path} |
HTTP Request Header | Authorization: Basic { base64encoded(username:password) } |
Description | Copy resouce to target path |
Response Type | application/json |
Response | HTTP 204 No Content. |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.