internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaSubmitTaskParamsBeta

    Params for the IaCatalog.submitTask method

    type IaSubmitTaskParams = {
        args?: Record<string, TODO>;
        cmd: IaTaskType;
        comment?: string;
        headers?: IaTaskRequestHttpHeaders;
        identifier: string;
        priority: IaTaskPriority;
    }
    Index

    Properties

    args?: Record<string, TODO>

    Extra POST data to submit with the request. Refer to Tasks API Request Entity

    Task command to submit. See Supported task commands

    comment?: string

    A reasonable explanation for why the task is being submitted

    Additional headers to add to the request

    identifier: string

    Identifier

    priority: IaTaskPriority

    Task priority from 10 to -10