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
- application/json
Body
required
packagesToFix string[]required
repositoryId stringrequired
resourcesToFix string[]required
Responses
- 200
- 422
- 500
- application/json
- Schema
- Example (from schema)
Schema
data objectrequired
message stringrequired
remediationsResponse string[]
{
"data": {
"message": "string",
"remediationsResponse": [
"string"
]
}
}
Request arguments validation error
Could not handle supply chain fix
Loading...