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

Properties

enabled?: boolean

Defines whether the setting is enabled.

settingId: string

ID of the setting.

zone?: Zone

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