Marks a notification as unread
PATCH
Parameteradded/api/v2/notifications/{id}/unread/patch/parameters/id
Schema changes
+in: path
+name: id
+schema:
+ type: string
+required: true
+
+
Mark all notifications as read for organization membership
PATCH
Parameteradded/api/v2/organization_memberships/{id}/read_notifications/patch/parameters/id
Schema changes
+in: path
+name: id
+schema:
+ type: string
+required: true
+
+
Mark all notifications as read for organization membership
PATCH
Operationadded/api/v2/organization_memberships/{id}/read_notifications/patch
Schema changes
+tags:
+- Organization Memberships
+summary: Mark all notifications as read for organization membership