notifications
Mark a notification as read
patch/notifications/{notification_id}
Path parameters
notification_idstring required
Example:01910b38-22db-79a1-a766-26b69757e3d2
Request body
Example request
{
"is_read": true
}Response
Notification updated successfully
Example response
{
"status": "success",
"message": "Notification updated successfully",
"status_code": 200,
"data": {
"notification_id": "01910b38-22db-79a1-a766-26b69757e3d2",
"is_read": true,
"updated_at": "2024-08-01T06:00:14.011782+01:00"
}
}Changes
Changed in 3 of the 15 revisions of this API.211
- ▲
added the new path request parameter
notification_idnew-request-path-parameter
- ●
deleted the
pathrequest parameternotificationIdrequest-parameter-removed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲