Function updateTask

  • Replaces the full definition of a specific task with the supplied payload. All fields not included in the request body are reset to their defaults. If the task is owned by another user, ownership is transferred to the requesting user. Use PATCH instead to apply a partial update.

    Parameters

    • id: string

      The unique identifier of the task to replace.

    • body: tasks.Task

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<tasks.UpdateTaskHttpResponse>

    UpdateTaskHttpError