diff --git a/packages/pl-api/lib/client/notifications.ts b/packages/pl-api/lib/client/notifications.ts index 740961c9b..7868fa7c8 100644 --- a/packages/pl-api/lib/client/notifications.ts +++ b/packages/pl-api/lib/client/notifications.ts @@ -167,7 +167,7 @@ const notifications = (client: PlApiBaseClient) => ({ */ acceptNotificationRequest: async (notificationRequestId: string) => { const response = await client.request( - `/api/v1/notifications/requests/${notificationRequestId}/dismiss`, + `/api/v1/notifications/requests/${notificationRequestId}/accept`, { method: 'POST' }, );