diff --git a/config/mbin_routes/notification_api.yaml b/config/mbin_routes/notification_api.yaml index f18cadf28..c82403d1a 100644 --- a/config/mbin_routes/notification_api.yaml +++ b/config/mbin_routes/notification_api.yaml @@ -62,5 +62,5 @@ api_notification_push_unregister: api_notification_push_test: controller: App\Controller\Api\Notification\NotificationPushApi::testSubscription path: /api/notification/push/test - methods: [ GET ] + methods: [ POST ] format: json diff --git a/config/mbin_routes/notification_settings_api.yaml b/config/mbin_routes/notification_settings_api.yaml index 5107b6c3d..dcc95c1e5 100644 --- a/config/mbin_routes/notification_settings_api.yaml +++ b/config/mbin_routes/notification_settings_api.yaml @@ -4,5 +4,5 @@ api_notification_settings_update: requirements: targetType: entry|post|magazine|user setting: Default|Loud|Muted - methods: [ GET ] + methods: [ PUT ] format: json