Skip to content

Commit 3294c0b

Browse files
author
Célian Haydont
committed
remove unused articleId from the full wiki export
1 parent ae71a0c commit 3294c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_export_stream(self, paperSize="A4", exportAttachment=False):
9898
"paperSize": paperSize,
9999
"exportAttachment": exportAttachment
100100
}
101-
return self.client._perform_raw("POST", "/projects/%s/wiki/actions/export" % (self.project_key, self.article_id), body=body)
101+
return self.client._perform_raw("POST", "/projects/%s/wiki/actions/export" % (self.project_key), body=body)
102102

103103
def export_to_file(self, path, paperSize="A4", exportAttachment=False):
104104
"""

0 commit comments

Comments
 (0)