Function createTask

  • Creates a new task.

    Parameters

    • query: { migrateFrom?: string }

      an object with query parameters

      • OptionalmigrateFrom?: string

        ID of the reload-task to migrate from the old system (optional).

    • body: Task

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<CreateTaskHttpResponse>

    CreateTaskHttpError