Skip to main content
PATCH
/
api
/
v1
/
notifications
/
{notificationId}
cURL
curl --request PATCH \
  --url http://api/v1/notifications/{notificationId} \
  --header 'Content-Type: application/json' \
  --data '{
  "viewed": true
}'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

notificationId
string
required

the id of the notification

Body

application/json

From T, pick a set of properties whose keys are in the union K

viewed
boolean
required

Response

Success

status
enum<string>
required
Available options:
ok
results
any