PATCH
/
v1
/
scans
/
{scan_id}
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>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

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

Path Parameters

scan_id
string
required

Body

application/json
name
string
required

Response

200
application/json
Example response
message
string
required