@seamapi/http - v1.123.0
    Preparing search index...

    Type Alias WorkspacesUpdateParameters

    type WorkspacesUpdateParameters = {
        connect_partner_name?: string;
        connect_webview_customization?: {
            logo_shape?: "circle" | "square";
            primary_button_color?: string;
            primary_button_text_color?: string;
            success_message?: string;
        };
        is_publishable_key_auth_enabled?: boolean;
        is_suspended?: boolean;
        name?: string;
        organization_id?: string;
    }
    Index

    Properties

    connect_partner_name?: string
    connect_webview_customization?: {
        logo_shape?: "circle" | "square";
        primary_button_color?: string;
        primary_button_text_color?: string;
        success_message?: string;
    }
    is_publishable_key_auth_enabled?: boolean
    is_suspended?: boolean
    name?: string
    organization_id?: string