Set feedback about the finding's correlations in general
POST/targets/:target_id/findings/:finding_id/integrations/snyk-sast/feedback/
Request
Path Parameters
finding_id integerrequired
target_id stringrequired
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
feedback stringrequired
Body
required
feedback stringrequired
Body
required
feedback stringrequired
Responses
- 201
- 400
- 401
- 403
- 500
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
A unique Base58 value identifying this object.
feedback stringrequired
{
"id": "string",
"feedback": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "You do not have permission to perform this action."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...