Skip to content

Commit 6021d76

Browse files
committed
Confluence: Add metadata field as properties in initializing of data object
1 parent b475aab commit 6021d76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atlassian/confluence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@ def update_page(
16251625
"type": type,
16261626
"title": title,
16271627
"version": {"number": version, "minorEdit": minor_edit},
1628+
"metadata": {"properties": {}},
16281629
}
16291630
if body is not None:
16301631
data["body"] = self._create_body(body, representation)

0 commit comments

Comments
 (0)