Deprecation of v2/configurations/ Notifications API in edx-platform

The v2/configurations/ API endpoint and its supporting services (NotificationTypeManager and NotificationAppManager) represent an older approach to managing notification preferences. These components have been superseded by the v3 API (v3/configurations/), which provides improved functionality and a cleaner architecture. Maintaining both versions increases code complexity, testing burden, and potential for inconsistencies in notification preference handling. The v2 API is no longer actively developed and will be removed to streamline the codebase.

For more info Please refer to this Ticket

This topic was automatically closed after 5 minutes. New replies are no longer allowed.