AutoBE
    Preparing search index...

    Properties for updating the global configuration.

    All fields are optional — only provided fields are updated.

    interface IUpdate {
        default_model?: string | null;
        default_vendor_id?: string & Format<"uuid"> | null;
        locale?: string | null;
        timezone?: string | null;
    }
    Index

    Properties

    default_model?: string | null

    Set to null to clear the default model.

    default_vendor_id?: string & Format<"uuid"> | null

    Set to null to clear the default vendor.

    locale?: string | null
    "en-US"
    
    timezone?: string | null
    "UTC"