cURL
curl --request PATCH \ --url http://api/v1/notifications/{notificationId} \ --header 'Content-Type: application/json' \ --data '{ "viewed": true }'
{ "results": "<any>", "status": "ok" }
Update notification
the id of the notification
From T, pick a set of properties whose keys are in the union K
Success
ok