UpdateProjectRetestRound

This method can be used for the following functionality: Update a project retesting round.

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

PUT /api/ss/project/:projectId/retest/:retestRoundNumber HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Query

projectId (string)

Identifier for the project.

Example:

PUT /api/ss/project/5e8017d2e1385f0c58e8f4f8/retest/:retestRoundNumber HTTP/1.1

retestRoundNumber (string)

Number for the project retest round.

Example:

requested_date (string) (optional)

Requested datetime for the project retest round. Must be an ISO8601 datetime string.

Example:

completed_date (string) (optional)

Completed datetime for the project retest round. Must be an ISO8601 datetime string.

Example:

Example

The following example is a cURL request to update a project retest round.

Request

Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.

Response

Response contains a status object.

Last updated