RequestNewProjectRetest
This method can be used for the following functionality: Request a new retest for a project that user has access to.
Last updated
{
"retesting_window_start": "2025-03-23T00:00:00.000Z"
}{
"retesting_window_end": "2025-03-30T00:00:00.000Z"
}{
"vulnerability_ids": ["6639508f50523053f459d29f"]
}curl --request POST \
--url https://demo.attackforge.com/api/ss/project/66333e1d110ab5acf8a4354e/retest/request \
--header 'content-type: application/json' \
--header 'x-ssapi-key: ***************************************' \
--data '{
"retesting_window_start": "2025-03-23T00:00:00.000Z",
"retesting_window_end": "2025-03-30T00:00:00.000Z",
"vulnerability_ids": ["6639508f50523053f459d29f"]
}'{
"status": "Project retest requested for Project 66333e1d110ab5acf8a4354e"
}