module Gitlab::Client::Issues
def reset_time_spent_on_issue(project, id)
-
id
(Integer
) -- The ID of an issue. -
project
(Integer, String
) -- The ID or name of a project.
def reset_time_spent_on_issue(project, id) post("/projects/#{url_encode project}/issues/#{id}/reset_spent_time") end