-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Page - Copy
-
None
-
Severity 3 - Minor
Issue Summary
Wrong API response for /copy REST API.
Steps to Reproduce
- Create a page with between 100 and 500 attachments.
- call below REST API
https://YOUR_SITE.atlassian.net/wiki/rest/api/content/PAGE_ID_WITH_100_ATTACHEMNTS/copy body: { "copyAttachments": true, "copyCustomContents": false, "copyLabels": true, "copyProperties": false, "destination": { "type": "existing_page", "value": "<Destination ID>" } }
Expected Results
Page copied and API should return 200.
Actual Results
Page copied and API returns 504.
Workaround
Use /pagehierarchy/copy instead of /copy