---
title: "Update Vulnerability Status"
method: PATCH
path: "/v1/scans/vulns"
tags: ["scans"]
---

# Update Vulnerability Status

`PATCH /v1/scans/vulns`

Batch update vulnerability status

## Headers

- `X-Team-Id` string

## Request body

- object
  - `vuln_ids` string[]
  - `vuln_status` 'open' | 'false_positive' | 'fixed' | 'duplicate' | 'fix_in_progress' | 'accepted_risk' | 'triaged', required
  - `type` string
  - `scan_id` string
  - `severity` string[]
  - `host` string[]
  - `template` string[]
  - `search` string

## Response `200`

Example response

- object
  - `message` string, required

## Other responses

- `400` — Example response
- `401` — Example response
- `500` — Example response
- `default` — Example response

---

[API](https://skmtc.net/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.net/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/versions/220f0adf9efd/schema)
