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>"
}
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>"
}
Updated vulnerability
The response is of type object
.