markNotificationAsRead()
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationService > markNotificationAsRead
IOrganizationNotificationService.markNotificationAsRead() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Mark notification as read
Signature:
markNotificationAsRead(notificationId: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
notificationId | string |
Returns:
Promise<void>
Promise resolved with updated notification.