Mark notifications as read
PUT/notifications/mark-read.json
Mark notifications as read
Request
- application/json
Body
id integerrequired
(optional) Leave off to mark all notifications as read
Responses
- 200
notifications marked read
- application/json
- Schema
- Example (from schema)
Schema
success stringrequired
{
"success": "string"
}
Loading...