Skip to content

Commit 53e3fde

Browse files
committed
Fix Codacy critical issues in examples - Fixed parameter names for API consistency
1 parent eeb0d05 commit 53e3fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/confluence_v2_comments_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def create_page_comment_example(page_id):
115115

116116
# Create a reply to the footer comment
117117
reply_comment = confluence.create_comment_reply(
118-
comment_id=footer_comment.get('id'),
118+
parent_comment_id=footer_comment.get('id'),
119119
body="This is a reply to the test footer comment."
120120
)
121121

0 commit comments

Comments
 (0)