Retrieve Azure DevOps Finding Config
GET/targets/:scope/findings/:id/integrations/azure-devops/
Request
Path Parameters
id stringrequired
scope stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
selective_sync boolean
work_item_id integernullablerequired
{
"selective_sync": true,
"work_item_id": 0
}
- 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": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...