Skip to main content

Update notifications

POST 

/project/:id/notifications

Update Project notifications settings for current user

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Body

    severity int32

    Default value: 1

    • 1 - only errors (default)
    • 3 - error and timeouts
    email boolean

    Send email notifications or not

    pagerduty boolean

    Send PagerDuty notifications

    pushover boolean

    Send PushHover notifications

    pushbullet boolean

    Send PushBullet notifications

    slack boolean

    Send Slack notifications

Responses

Notification settings response

Schema
    severity int32

    Default value: 1

    • 1 - only errors (default)
    • 3 - error and timeouts
    email boolean

    Send email notifications or not

    pagerduty boolean

    Send PagerDuty notifications

    pushover boolean

    Send PushHover notifications

    pushbullet boolean

    Send PushBullet notifications

    slack boolean

    Send Slack notifications

Loading...