コンテンツにスキップ

/v0/notifications/:id/read

POST
/v0/notifications/:id/read
curl --request POST \
--url http://localhost:3000/v0/notifications/:id/read
id
required

Notification ID

string

Notification ID

No content

Forbidden

Media type application/json
object
error
required
string
Allowed values: NO_PERMISSION
Example
{
"error": "NO_PERMISSION"
}

Internal error

Media type application/json
object
error
required

Internal server error

string
Allowed values: INTERNAL_ERROR
Example
{
"error": "INTERNAL_ERROR"
}