Authorizations
Body
application/json
Response
Successful response
curl --request POST \
--url https://zeropath.com/api/v1/installations/create-gitlab-installation \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"token": "<string>",
"url": "<string>",
"organizationId": "<string>",
"groupName": "<string>",
"projectName": "<string>"
}'
{
"id": "<string>"
}
curl --request POST \
--url https://zeropath.com/api/v1/installations/create-gitlab-installation \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"token": "<string>",
"url": "<string>",
"organizationId": "<string>",
"groupName": "<string>",
"projectName": "<string>"
}'
{
"id": "<string>"
}
Successful response