Mark all notifications as read for organization membership
PATCH
Operation
removed
/api/v2/organization_memberships/{id}/read_notifications/patch
Schema changes
-
-tags:
-
-- Organization Memberships
-
-summary: Mark all notifications as read for organization membership
-
-responses:
-
- '200':
-
- "$ref": "#/components/responses/single_organization_membership"
-
-parameters:
-
-- in: path
-
- name: id
-
- schema:
-
- type: string
-
- required: true
-
-- "$ref": "#/components/parameters/header_organization"
-
-operationId: organization_memberships-read_notifications-read_notifications
-
-