We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb0d05 commit 53e3fdeCopy full SHA for 53e3fde
examples/confluence_v2_comments_example.py
@@ -115,7 +115,7 @@ def create_page_comment_example(page_id):
115
116
# Create a reply to the footer comment
117
reply_comment = confluence.create_comment_reply(
118
- comment_id=footer_comment.get('id'),
+ parent_comment_id=footer_comment.get('id'),
119
body="This is a reply to the test footer comment."
120
)
121
0 commit comments