All Questions
Tagged with atlassian-python-api python-3.8
1 question
1
vote
1
answer
309
views
atlassian_python_api checking if blogpost exist
I'm using atlassian-pytho-api version 3.4.1.
I need to create a blogpost which I successfully made this way
confluence.create_page(space, title, content, type="blogpost")
Now, I want to ...