Skip to main content
POST
/
cabinet
/
tickets
/
notifications
/
{notification_id}
/
read
Mark Notification As Read
curl --request POST \
  --url http://localhost:8080/cabinet/tickets/notifications/{notification_id}/read
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

notification_id
integer
required

Response

Successful Response