Publish Legacy Draft
The Publish Legacy Draft endpoint is a POST operation in the Atlassian Confluence Content API that allows users to convert a draft blueprint into published content. By making a request to /wiki/rest/api/content/blueprint/instance/{draftId}, where {draftId} is the unique identifier of the draft to be published, users can finalize and make visible content that was previously in draft state. This endpoint is particularly useful for workflows where content is first created as a draft from a bluep...