Skip to content

Update Notifications

PUT
/api/v1/user/notifications
curl --request PUT \
--url https://api.parasta.io/api/v1/user/notifications \
--header 'Authorization: Bearer <token>'

Update notification preferences.

OK

Media type application/json
Example
{
"status": "ok",
"data": {
"updated": true
}
}