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
Query
projectId (string)
Identifier for the project.
Example:
retestRoundId (string)
Identifier 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