Retrieve Azure DevOps Account Config
GET/integrations/azure-devops/
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
organization_name string
Possible values: <= 254 characters
connected booleanrequired
reauthentication_failed booleannullablerequired
{
"organization_name": "string",
"connected": true,
"reauthentication_failed": true
}
- 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...