Category "confluence-rest-api"

Upload Confluence page content containing {code} macros through API

What I'm trying to achieve is to upload a Confluence page content that contains code examples, and I'd like these code examples to use the {code} macro plugin t

Create Confluence page using Python and Atlassian API

I try to create a Confluence page with Python by: from atlassian import Confluence def writeConfluencePage(confluenceBaseUrl,parentId,user,password):