Skip to main content
PUT
/
v1
/
notifications
/
preferences
/
{userId}
Update notification preferences
curl --request PUT \
  --url http://localhost:3000/v1/notifications/preferences/{userId} \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
{
  "preferences": "<unknown>"
}

Path Parameters

userId
string<uuid>
required

Body

application/json

The body is of type unknown.

Response

200 - application/json

Updated preferences

preferences
unknown