---
title: "Partial Update Slack Configuration"
method: PATCH
path: "/targets/{id}/integrations/slack/"
tags: ["Slack Integration"]
---

# Partial Update Slack Configuration

`PATCH /targets/{id}/integrations/slack/`

## Path parameters

- `id` string, required

## Request body

- PatchedSlackScope
  - `webhook_url` string
  - `notify_scan_started` boolean
  - `notify_scan_completed` boolean
  - `notify_critical_findings` boolean
  - `notify_high_findings` boolean
  - `notify_medium_findings` boolean
  - `notify_low_findings` boolean
  - `notify_finding_fixed` boolean
  - `notify_login_failed` boolean
  - `notify_retest_completed` boolean
  - `notify_navseq_failed` boolean
  - `notify_finding_pending_review` boolean

## Response `200`

- SlackScope
  - `webhook_url` string
  - `notify_scan_started` boolean
  - `notify_scan_completed` boolean
  - `notify_critical_findings` boolean
  - `notify_high_findings` boolean
  - `notify_medium_findings` boolean
  - `notify_low_findings` boolean
  - `notify_finding_fixed` boolean
  - `notify_login_failed` boolean
  - `notify_retest_completed` boolean
  - `notify_navseq_failed` boolean
  - `notify_finding_pending_review` boolean

## Other responses

- `400`
- `401`
- `403`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
