UpdateTestsuite
This method can be used for the following functionality: Update a test suite.
Last updated
{
"name": "..."
}{
"description": "..."
}{
"code": "..."
}{
"sort_order": 1
}{
"is_visible_on_project_requests": false
}{
"tags": ["...", "..."]
}{
"is_deleted": false
}curl -X PUT 'https://localhost:3000/api/ss/testsuite/5eac95f1e594ea09107e9bb5' -H 'Host: localhost:3000' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{
"name": "7-day Web App Pentest",
"description": "Methodology for a 7-day web app pentest.",
"code": "WEBAPP-7DAY",
"sort_order": 1,
"is_visible_on_project_requests": false,
"tags": ["Web App", "7-days"],
"is_deleted": false
}'{
"status": "Testsuite Updated"
}