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