Skip to content

Update the caller's auto-alert pillar subscriptions

PUT
/v1/notifications/me
curl --request PUT \
--url https://api.monita.ai/v1/notifications/me \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "volume": true, "data": true, "compliance": true, "audits": true }'
Media typeapplication/json
object
volume
boolean
data
boolean
compliance
boolean
audits
boolean
Examplegenerated
{
"volume": true,
"data": true,
"compliance": true,
"audits": true
}

Saved

Media typeapplication/json
object
ok
required
boolean
Examplegenerated
{
"ok": true
}

No user identity

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}