github
GET/github.one
github-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
githubIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/github.getGithubRepositories
github-getGithubRepositories
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
githubIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/github.getGithubBranches
github-getGithubBranches
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
repoRequiredstring
Minimum length: 1ownerRequiredstring
Minimum length: 1githubIdstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/github.githubProviders
github-githubProviders
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/github.testConnection
github-testConnection
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
githubIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/github.update
github-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
githubIdRequiredstring
Minimum length: 1githubAppNamestring | null
githubAppIdnumber | null
githubClientIdstring | null
githubClientSecretstring | null
githubInstallationIdstring | null
githubPrivateKeystring | null
githubWebhookSecretstring | null
gitProviderIdRequiredstring
Minimum length: 1nameRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |