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.
1 parent e667a73 commit 67d81b9Copy full SHA for 67d81b9
dataikuapi/dss/project.py
@@ -283,7 +283,7 @@ def get_timeline(self, item_count=100):
283
- createdBy: who created this project
284
- createdOn: when the project was created
285
- lastModifiedBy: who modified this project for the last time
286
- - lastModifiedBy: when this modification took place
+ - lastModifiedOn: when this modification took place
287
:rtype: dict
288
"""
289
return self.client._perform_json("GET", "/projects/%s/timeline" % self.project_key, params = {
0 commit comments