Skip to main content

Update Slack Configuration

PUT 

/targets/:id/integrations/slack/

Request

Path Parameters

    id stringrequired

Body

    webhook_url stringrequired

    Possible values: Value must match regular expression ^https://hooks.slack.com/services/(?:.*)$

    notify_scan_started booleanrequired
    notify_scan_completed booleanrequired
    notify_high_findings booleanrequired
    notify_medium_findings booleanrequired
    notify_low_findings booleanrequired
    notify_finding_fixed booleanrequired
    notify_login_failed booleanrequired

    Default value: false

    notify_retest_completed booleanrequired

Responses

Schema
    webhook_url stringrequired

    Possible values: Value must match regular expression ^https://hooks.slack.com/services/(?:.*)$

    notify_scan_started booleanrequired
    notify_scan_completed booleanrequired
    notify_high_findings booleanrequired
    notify_medium_findings booleanrequired
    notify_low_findings booleanrequired
    notify_finding_fixed booleanrequired
    notify_login_failed booleanrequired

    Default value: false

    notify_retest_completed booleanrequired
Loading...