v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Initiates code remediation for one or more security findings. This creates pull requests in integrated repositories to fix the identified vulnerabilities.

post/StartCodeRemediation

Request body

agentSpaceIdstring required

The unique identifier of the agent space.

pentestJobIdstring

The unique identifier of the pentest job that produced the findings. Mutually exclusive with <code>codeReviewJobId</code>.

codeReviewJobIdstring

The unique identifier of the code review job that produced the findings. Mutually exclusive with <code>pentestJobId</code>.

findingIdsString[] required

The list of finding identifiers to initiate code remediation for.

Response

Success

StartCodeRemediationOutput required

Output for the StartCodeRemediation operation.