Error
A valid request URL is required to generate request examples{
"results": [
{
"defaultBranch": "<string>",
"ownerLogin": "<string>",
"fullName": "<string>",
"name": "<string>",
"provider": "github"
}
],
"status": "ok"
}API Reference
List GitLab projects
List GitLab projects accessible via the integration
GET
/
api
/
v1
/
gitlab
/
repos
/
list
Error
A valid request URL is required to generate request examples{
"results": [
{
"defaultBranch": "<string>",
"ownerLogin": "<string>",
"fullName": "<string>",
"name": "<string>",
"provider": "github"
}
],
"status": "ok"
}Was this page helpful?