📝 Add notification config options under Application config

This commit is contained in:
Fred KISSIE
2025-11-08 01:32:18 +01:00
parent 031a0fd015
commit 2a99ec9301

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>