Example response
Bad Request
Unauthorized
Not Acceptable
Internal Server Error
{- "connector_id": "string",
- "type": "GITHUB"
}
{- "connector_id": "string",
- "type": "GITHUB",
- "status": "ACTIVE",
- "last_scan_at": 0,
- "org": "string",
- "id": "string"
}
Example response
Bad Request
Unauthorized
Internal Server Error
{- "include_all_repos": false,
- "repositories": [
- {
- "visibility": "PUBLIC",
- "name": "string",
- "url": "string",
- "owner": "string",
- "branch": "string",
- "id": "string"
}
]
}
{- "all_repos_configured": true,
- "missing_repos": {
- "count": 0,
- "names": [
- "string"
], - "reason": "string"
}
}