NotificationsController.PostRead Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
PostRead(int)
Mark the notification with the specified id as read.
public Notification PostRead(int id)
Parameters
- id
- int
Id of the notification to mark as read.
Returns
Notification
The notification.