cURL
curl --request PATCH \ --url https://api.projectdiscovery.io/v1/scans/vulns/labels \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "ids": [ "<string>" ], "type": "<string>", "labels": [ "<string>" ] }'
{ "message": "<string>" }
Batch update vulnerability labels
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?