Appearance
Mark notification as read
POST
/api/v1/notifications/{notification_id}/read
Marks a single notification as read.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
notification_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON "id": "string", "notification_type": "string", "title": "string", "body": "string", "project_id": "string", "job_id": "string", "data": { "additionalProperties": "string" }, "is_read": true, "created_at": "string"
{
}