PATCH
/
v1
/
scans
/
vulns
curl --request PATCH \
  --url https://api.projectdiscovery.io/v1/scans/vulns \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "vuln_ids": [
    "<string>"
  ],
  "vuln_status": "open",
  "type": "<string>",
  "scan_id": "<string>",
  "severity": [
    "<string>"
  ],
  "host": [
    "<string>"
  ],
  "template": [
    "<string>"
  ],
  "search": "<string>"
}'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Body

application/json
vuln_status
enum<string>
required
Available options:
open,
false_positive,
fixed,
duplicate,
fix_in_progress,
accepted_risk
vuln_ids
string[]
type
string
scan_id
string
severity
string[]
host
string[]
template
string[]

Response

200
application/json
Example response
message
string
required