@makehq/sdk
    Preparing search index...

    Type Alias UpdateSDKAppBody

    Body for updating an app

    type UpdateSDKAppBody = {
        audience?: string;
        countries?: string[];
        description?: string;
        label?: string;
        language?: string;
        theme?: string;
    }
    Index

    Properties

    audience?: string

    Audience setting

    countries?: string[]

    Countries where the app is available

    description?: string

    The description of the app

    label?: string

    The label of the app visible in the scenario builder

    language?: string

    The language of the app

    theme?: string

    The color of the app logo