We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544f9e8 + 67d81b9 commit a0ea21bCopy full SHA for a0ea21b
dataikuapi/dss/project.py
@@ -287,7 +287,7 @@ def get_timeline(self, item_count=100):
287
- createdBy: who created this project
288
- createdOn: when the project was created
289
- lastModifiedBy: who modified this project for the last time
290
- - lastModifiedBy: when this modification took place
+ - lastModifiedOn: when this modification took place
291
:rtype: dict
292
"""
293
return self.client._perform_json("GET", "/projects/%s/timeline" % self.project_key, params = {
0 commit comments