You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export a Confluence space to a file of the specified type.
2737
2739
(!) This method was developed for Confluence Cloud and may not work with Confluence on-prem.
2738
-
(!) This is an experimental method that does not trigger an officially supported REST endpoint. It may break if Atlassian changes the space export front-end logic.
2740
+
(!) This is an experimental method that does not trigger an officially supported REST endpoint.
2741
+
It may break if Atlassian changes the space export front-end logic.
2739
2742
2740
2743
:param space_key: The key of the space to export.
2741
2744
:param export_type: The type of export to perform. Valid values are: 'html', 'csv', 'xml', 'pdf'.
2742
2745
:return: The URL to download the exported file.
2743
2746
"""
2744
2747
2745
2748
defget_atl_request(url: str):
2746
-
# Nested function used to get atl_token used for XSRF protection. this is only applicable to html/csv/xml space exports
2749
+
# Nested function used to get atl_token used for XSRF protection.
2750
+
# This is only applicable to html/csv/xml space exports
0 commit comments