ApproveProjectRetest
This method can be used for the following functionality: Approve a retest for a project that user has Edit access to.
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
POST /api/ss/project/:projectId/retest/:retestRoundNumber/approve HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeParameters
projectId (string)
Id of the project.
Example:
POST /api/ss/project/5e7c29afa3362408cf502a11/retest/:retestRoundNumber/approve HTTP/1.1retestRoundNumber (number)
Round number for the retest round. Rounds are numbered from 1.
Example:
Example
The following example is a cURL request to request a retest round on a project.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains a status.
Last updated