PUT
/
users
/
{user}
/
notifications
/
preferences
curl --request PUT \
  --url https://cloud.local.wirtual.dev/api/v2/users/{user}/notifications/preferences \
  --header 'Content-Type: application/json' \
  --header 'Wirtual-Session-Token: <api-key>' \
  --data '{
  "template_disabled_map": {}
}'
[
  {
    "disabled": true,
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

user
string
required

User ID, name, or me

Body

application/json
Preferences
template_disabled_map
object

Response

200 - application/json
OK
disabled
boolean
id
string
updated_at
string