Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create gitlab install

POST/workspaces/{organizationId}/gitlab/install
Path parameters
organizationIdstringrequired
Request body
application/json
projectIdstringrequired
projectPathstringrequired
tokenstringrequired
webhookSecretstring
Responses
200GitLab project installed
idstringrequired
projectIdstringrequired
projectPathstringrequired
createdAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/gitlab/install" \
  -H "Content-Type: application/json" \
  -d '{
  "projectId": "string",
  "projectPath": "string",
  "token": "string",
  "webhookSecret": "string"
}'
Response
{
  "id": "string",
  "projectId": "string",
  "projectPath": "string",
  "createdAt": "string"
}