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

Body Params

    • Name
      taskId
      Type
      integer
    • Name
      taskEstimatedMinutes
      Type
      integer

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }