diff --git a/atlassian/confluence.py b/atlassian/confluence.py index 7c5987392..560c1170b 100644 --- a/atlassian/confluence.py +++ b/atlassian/confluence.py @@ -37,6 +37,7 @@ def __init__(self, url, *args, **kwargs): @staticmethod def _create_body(body, representation): if representation not in [ + "atlas_doc_format", "editor", "export_view", "view",