cURL
curl --request PATCH \ --url https://api.projectdiscovery.io/v1/scans/config/{config_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "config": "<string>", "global": true } '
{ "message": "<string>", "id": "<string>" }
Update existing scan configuration
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Specify payload is in json
Example response
Was this page helpful?