Skip to content

Repositories API

GET /repository
GET /repository/{id}
POST /repository

Body:

{
"gitHubRepoId": 123456789,
"fullName": "owner/repo",
"cloneUrl": "https://github.com/owner/repo.git"
}
PUT /repository/{id}
DELETE /repository/{id}
POST /repository/{id}/build

Body:

{
"branch": "main",
"commitSha": "abc1234"
}