Merge pull request #28 from Fredkiss3/chore/add-notification-config

Add notification config options under Application config
This commit is contained in:
Owen Schwartz
2025-11-08 14:26:15 -08:00
committed by GitHub

View File

@@ -91,6 +91,23 @@ This section contains the complete reference for all configuration options in `c
</ResponseField>
</Expandable>
</ResponseField>
<ResponseField name="notifications" type="object">
Notification configuration settings.
<Expandable title="Notification">
<ResponseField name="product_updates" type="boolean">
Whether to enable showing product updates notifications on the UI.
**Default**: `true`
</ResponseField>
<ResponseField name="new_releases" type="boolean">
Whether to enable showing new releases notifications on the UI.
**Default**: `true`
</ResponseField>
</Expandable>
</ResponseField>
</Expandable>
</ResponseField>