UpdateSettingRequest: {
    enabled?: boolean;
    settingId: string;
    zone?: Zone;
}

Type declaration

  • Optionalenabled?: boolean

    Defines whether the setting is enabled.

  • settingId: string

    ID of the setting.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.