[Confluence] better documentation required
See original GitHub issuecalling the update
update = confluence.update_page( parent_id=None, page_id=page_id, title=title, body=page_content )
returns with:
No space or no content type, or setup a wrong version type set to content, or status param is not draft and status content is current
so further params are needed for successful operation - none given in the documentation.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Building better documentation
The best documentation is clear, concise, informative, and most importantly, adds value for its audience. Explore team collaboration software like Confluence ...
Read more >How to Ace Internal documentation | The Workstream
Learn everything you need to know about creating effective internal documentation that will ensure your employees' continual success.
Read more >How to document product requirements in Confluence
1. Start with our Product Requirements blueprint · 2. Communicate key details · 3. Outline goals, business objectives, and strategic fit · 4....
Read more >Use Confluence for technical documentation
Confluence is a flexible platform with a range of features and add-ons that can help you capture, distribute, and update your technical documentation....
Read more >Develop Technical Documentation in Confluence
Confluence is already a great tool for technical documentation, but you can still add to it depending on your documentation and workflow needs....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, Not sure the intent of the remark. Inline documentation in your code? I looked at the code, tried to populate all switches - no avail. Usual issues reported a thousand times (missing content type etc…) Tried to tinker with all possible combinations -page update to page type ‘wiki’ using recommended ‘representation=storage’ will paste the text with all formatting (either html or atlassian wiki formatting) as plain text? Using ‘representation=wiki’ will create a beautiful page, but… During the first attempt of editing it through the browser, atlassian will throw out errors stating it’s not capable to convert the document to ‘storage’.
Hi @DawidKrysiak , I will be happy if you provide PR related to the docs, because sometimes I forgot to extend the docs. That’s my bad,