Vcs
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "vcs",
"attributes": {
"name": "GitHubConnection",
"description": "Private repositories inside GitHub",
"vcsType": "GITHUB",
"clientId": "{{githubClientId}}",
"clientSecret": "{{githubClientSecret}}"
}
}
}Supported Operations
get
Returns an instance of type vcs
Path parameters
organizationIdstringRequired
organization Identifier
vcsIdstringRequired
vcs Identifier
Query parameters
Responses
200
Successful response
application/vnd.api+json
get
/organization/{organizationId}/vcs/{vcsId}200
Successful response
post
Creates an item of type vcs and adds it to vcs
Path parameters
organizationIdstringRequired
organization Identifier
Body
Responses
201
Successful response
application/vnd.api+json
post
/organization/{organizationId}/vcs201
Successful response
delete
Deletes an instance of type vcs
Path parameters
organizationIdstringRequired
organization Identifier
vcsIdstringRequired
vcs Identifier
Responses
204
Successful response
delete
/organization/{organizationId}/vcs/{vcsId}204
Successful response
No content
patch
Modifies an instance of type vcs
Path parameters
organizationIdstringRequired
organization Identifier
vcsIdstringRequired
vcs Identifier
Body
Responses
204
Successful response
patch
/organization/{organizationId}/vcs/{vcsId}204
Successful response
No content
Was this helpful?