PUT/tasks/{taskId}.json

Editing Task Predecessors

If the task already has predecessors you need to also include them in this call or they will be removed.

This means, every time you do a PUT call and include the predecessor field in the body of the request, you need to pass in all current predecessors and any new ones you want to add. If you want to remove a predecessor you need to remove it from the field and it will be deleted.

Path Params

  • Name
    taskId
    Type
    string
    required
    Description

Body Params

    • Name
      todo-item
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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