PUT/tasks/{id}/estimatedtime.json
Add a Time estimate to a Task
You can add time Estimates to Tasks. taskEstimatedMinutes must be expressed in minutes.
Please Note:
You can also pass in project-id to move this time log to another project.Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}