MarkNotificationAsRead
Mark the user's notifications as read, updating their status in WordPress.com so they no longer appear as new or unread.
Stored Procedure Specific Information
Execute
Call this procedure to mark a set of notifications as read.
To mark a set of notifications as read, you must specify the following column: Count. A successful authentication is also required.
For example:
EXEC MarkNotificationAsRead Count='{\"123456\":\"1\"}';
Input
| Name | Type | Description |
| Count | String | Specifies the number of notifications to mark as read for the current user. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation to mark notifications as read completed successfully. |
| Updated | String | Returns the IDs of notifications that were updated and now marked as read. |