Set the estimated time for a merge request
POST
/api/v4/projects/{id}/merge_requests/{merge_request_iid}/time_estimate
Sets an estimated time of work for a specified merge request.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
duration
required
The duration in human format.
string
Example
3h30mResponses
Section titled “ Responses ”Created
Media type application/json
object
time_estimate
integer
total_time_spent
integer
human_time_estimate
string
human_total_time_spent
string
Example
{ "time_estimate": 12600, "total_time_spent": 3600, "human_time_estimate": "3h 30m", "human_total_time_spent": "1h"}Bad request
Unauthorized
Not found