@seamapi/http - v2.1.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
    connect_partner_name?: string

    Connect partner name for the workspace.

    connect_webview_customization?: {
        logo_shape?: "circle" | "square";
        primary_button_color?: string;
        primary_button_text_color?: string;
        success_message?: string;
    }

    Connect Webview customizations for the workspace. See also Customize the Look and Feel of Your Connect Webviews.

    Type Declaration

    is_publishable_key_auth_enabled?: boolean

    Indicates whether publishable key authentication is enabled for this workspace.

    is_suspended?: boolean

    Indicates whether the workspace is suspended.

    name?: string

    Name of the workspace.

    organization_id?: string

    ID of the organization to assign the workspace to. The authenticated user must be the owner of the workspace and an admin of the target organization.