Copy Single Page

The Copy Single Page operation in the Atlassian Confluence Content API allows users to duplicate an existing page by sending a POST request to /wiki/rest/api/content/{id}/copy, where {id} represents the unique identifier of the source page to be copied. This endpoint creates a new page with the same content, formatting, and attachments as the original, though the copy will have a new page ID and can be placed in a different location within the Confluence space. The request typically requires ...