Function updateTask

  • Updates a specific task. If the task is owned by another user, ownership will be transferred to the requesting user.

    Parameters

    • id: string

      The task's unique identifier.

    • body: Task

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<UpdateTaskHttpResponse>

    UpdateTaskHttpError