cURL
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>" }
Batch update vulnerability status
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?