PATCH
/
project
/
{projectId}
/
results
/
{vulnerabilityId}
curl --request PATCH \
  --url https://app-preprod.cybedefend.com/project/{projectId}/results/{vulnerabilityId} \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "to_verify",
  "priority": "critical_urgent",
  "comment": "<string>",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vulnerabilityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vulnerability": "<any>"
}

Path Parameters

vulnerabilityId
string
required
projectId
string
required

Body

application/json

Response

200
application/json

Updated vulnerability

The response is of type object.