Retrieve Azure DevOps Target Config
GET/targets/:id/integrations/azure-devops/
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
project
object
required
property name* any
work_item_type stringrequired
Possible values: <= 254 characters
auto_sync boolean
Sync findings to Azure DevOps
auto_sync_closed boolean
{
"project": {},
"work_item_type": "string",
"auto_sync": true,
"auto_sync_closed": false
}
- 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...