@qtsurfer/api-client
    Preparing search index...

    Type Alias UpdateLiveData

    type UpdateLiveData = {
        body?: UpdateLiveRequest;
        path: { runId: string };
        query?: never;
        url: "/live/{runId}";
    }
    Index
    path: { runId: string }

    Type Declaration

    • runId: string

      The runId from POST/GET/DELETE .../live or from GET /live/public

    query?: never
    url: "/live/{runId}"