gitlab
POST/gitlab.create
gitlab-create
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
gitlabId
string
applicationId
string
redirectUri
string
secret
string
accessToken
string | null
refreshToken
string | null
groupName
string
expiresAt
number | null
gitProviderId
string
authId
Requiredstring
Minimum length: 1
name
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/gitlab.one
gitlab-one
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
gitlabId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/gitlab.gitlabProviders
gitlab-gitlabProviders
Authorization
Authorization
RequiredBearer <token>
In: header
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/gitlab.getGitlabRepositories
gitlab-getGitlabRepositories
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
gitlabId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/gitlab.getGitlabBranches
gitlab-getGitlabBranches
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
id
number
owner
Requiredstring
repo
Requiredstring
gitlabId
string
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/gitlab.testConnection
gitlab-testConnection
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
gitlabId
string
groupName
string
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/gitlab.update
gitlab-update
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
gitlabId
Requiredstring
Minimum length: 1
applicationId
string
redirectUri
string
secret
string
accessToken
string | null
refreshToken
string | null
groupName
string
expiresAt
number | null
gitProviderId
Requiredstring
name
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |