curl --request PATCH \ --url https://api.projectdiscovery.io/v1/scans/{scan_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "<string>" }'
{ "message": "<string>" }
Was this page helpful?