github
GET/github.one
github-one
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
githubId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/github.getGithubRepositories
github-getGithubRepositories
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
githubId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/github.getGithubBranches
github-getGithubBranches
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
repo
Requiredstring
Minimum length: 1
owner
Requiredstring
Minimum length: 1
githubId
string
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/github.githubProviders
github-githubProviders
Authorization
Authorization
RequiredBearer <token>
In: header
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/github.testConnection
github-testConnection
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
githubId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/github.update
github-update
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
githubId
Requiredstring
Minimum length: 1
githubAppName
string | null
githubAppId
number | null
githubClientId
string | null
githubClientSecret
string | null
githubInstallationId
string | null
githubPrivateKey
string | null
githubWebhookSecret
string | null
gitProviderId
Requiredstring
Minimum length: 1
name
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |