uptime-robot-v3
    Preparing search index...

    Interface PSPPayload

    interface PSPPayload {
        autoAddMonitors?: boolean;
        customDomain?: string;
        customSettings?: PSPCustomSettings;
        friendlyName?: string;
        gaCode?: string;
        hideUrlLinks?: boolean;
        homepageLink?: string;
        icon?: string;
        logo?: string;
        monitorIds?: number[];
        noIndex?: boolean;
        password?: string;
        shareAnalyticsConsent?: boolean;
        showCookieBar?: boolean;
        sort?: SortType;
        status?: "ENABLED" | "PAUSED";
        subscription?: boolean;
        tagIds?: number[];
        useSmallCookieConsentModal?: boolean;
    }
    Index

    Properties

    autoAddMonitors?: boolean
    customDomain?: string
    customSettings?: PSPCustomSettings
    friendlyName?: string
    gaCode?: string
    hideUrlLinks?: boolean
    homepageLink?: string
    icon?: string
    logo?: string
    monitorIds?: number[]
    noIndex?: boolean
    password?: string
    shareAnalyticsConsent?: boolean
    showCookieBar?: boolean
    sort?: SortType
    status?: "ENABLED" | "PAUSED"
    subscription?: boolean
    tagIds?: number[]
    useSmallCookieConsentModal?: boolean