Notification
Mark a notification as unread
Marks a single notification (of the current company, resolved from the company-id header) as unread.
post/v1/notifications/{id}/mark_as_unread
Path parameters
idstring required
The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.
Parameters
#/paths/~1v1~1users/get/parameters/0 — unresolved $ref
Response
The updated notification.
Example response
{
"recipient_type": "User"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.