Update notifications
POST/project/:id/notifications
Update Project notifications settings for current user
Request
Path Parameters
id stringrequired
A unique project ID
Example: 5e9602e7a39e5a46428b457f
- application/json
Body
1
- only errors (default)3
- error and timeouts
severity int32
Default value:
1
Example:
1
email boolean
Send email notifications or not
Example:
true
Responses
- 200
Notification settings response
- application/json
- Schema
- Example (from schema)
Schema
1
- only errors (default)3
- error and timeouts
severity int32
Default value:
1
Example:
1
email boolean
Send email notifications or not
Example:
true
{
"severity": 1,
"email": true,
"pagerduty": true,
"pushover": true,
"pushbullet": true,
"slack": true
}