Update all user's notifications as read
PATCH/api/v1/users/me/notifications/mark_all_as_read
Update all user's notifications as read
Request
- application/vnd.api+json
Body
required
data
object
type stringrequired
Possible values: [notifications
]
attributes
object
notification_ids int32[]
IDs of notifications that we want to mark as read
Responses
- 204
- application/vnd.api+json
- Schema
Schema
any
Loading...