/
EN
envzero
/
env0 API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Agents Settings
14
Approval Policy
10
Audit Events
1
Bulk Operations
9
Cloud Compass
14
Code-Optimizer (BETA)
8
Configuration
30
Cost
14
Credentials
6
Custom Flow
7
Dashboard
1
Deployment Logs
2
Environment Import
18
Environment Outputs
3
Environments
35
Modules
10
Notifications
7
Organization
13
Projects
11
Provider Registry
11
Remote Backend
3
Role Based Access
4
Roles
11
Scheduling
5
Teams
9
Templates
15
Users
12
VCS
6
get
List VCS Connections
post
Create VCS Connection
get
Get VCS Connection
put
Update VCS Connection
delete
Delete VCS Connection
get
Get VCS Repositories
VCS
Create VCS Connection
Only supported creation of Self-Hosted VCS connections
post
/vcs/connections
Request body
VcsApiCreateVcsConnectionRequestBody
required
projectId
string
organizationId
string
required
type
'BitBucketServer'
|
'GitLabEnterprise'
|
'GitHubEnterprise'
|
'GitHub'
|
'BitBucket'
|
'GitLab'
|
'AzureDevOps'
|
'OtherVcs'
|
'VcsTester'
required
name
string
url
string
vcsAgentKey
union
connectionType
'DeploymentPipeline'
|
'CodeWrite'
authorizationId
string
tokenId
string
Response
VcsApiCreateVcsConnectionResponse
required
id
string
createdAt
string
date-time
updatedAt
string
date-time
createdBy
string
updatedBy
string
connectionType
union
accessScope
string
required
organizationId
string
required
type
'BitBucketServer'
|
'GitLabEnterprise'
|
'GitHubEnterprise'
|
'GitHub'
|
'BitBucket'
|
'GitLab'
|
'AzureDevOps'
|
'OtherVcs'
|
'VcsTester'
required
name
string
url
string
vcsAgentKey
union
authorizationId
string
tokenId
string
Changes