added Concept approved ~332 triaged type:proposal labels
closed
This means a specific check can be disabled site-wide like this
$this->callAPISuccess('StatusPreference', 'create', [
'name' => 'checkDefaultMailbox',
'is_active' => 0,
]);
This was agreed to only be exposed through the api - we don't want a UI user to be able to suppress an alert site wide.
mentioned in issue #1327 (closed)