Skip to main content

Submit Remediation Operations from Supply Chain Screen

POST 

/code/api/v1/errors/supply-chain-fix

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

The API is responsible for handling remediations from the supply chain screen. It receives a repository's UUID, a list of IaC resources UUIDs and a list of packages UUIDs to be remediated, and returns the remediation response when available

Request

Body

required
    packagesToFix string[]required
    repositoryId stringrequired
    resourcesToFix string[]required

Responses

Schema
    data objectrequired
    message stringrequired
    remediationsResponse string[]
Loading...