Function patchTask

  • Partially updates a specific task using a JSON Patch document (RFC 6902). Only the fields included in the patch operations are modified. All other fields remain unchanged. If the task is owned by another user, ownership is transferred to the requesting user.

    Parameters

    • id: string

      The unique identifier of the task to update.

    • body: tasks.JSONPatch

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<PatchTaskHttpResponse>

    PatchTaskHttpError