8000
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 85ac102 + cb388d6 commit ce2c835Copy full SHA for ce2c835
gitlab/mixins.py
@@ -532,7 +532,7 @@ def reset_time_estimate(self, **kwargs):
532
GitlabAuthenticationError: If authentication is not correct
533
GitlabTimeTrackingError: If the time tracking update cannot be done
534
"""
535
- path = '%s/%s/rest_time_estimate' % (self.manager.path, self.get_id())
+ path = '%s/%s/reset_time_estimate' % (self.manager.path, self.get_id())
536
return self.manager.gitlab.http_post(path, **kwargs)
537
538
@cli.register_custom_action(('ProjectIssue', 'ProjectMergeRequest'),
0 commit comments