• Update a task

    Needs namespaces[namespaceId].tasks-put-task permission

    Parameters

    • task: InputTask & {
          id: string;
      }

      Task's data with id

    • Optional namespaces: string[]

    Returns Promise<ApiResponse<FullTask>>

    Updated Task's info

    Deprecated

    Use upsertTask instead

Generated using TypeDoc