gitRepositoryLinks.processGitLabWebhook is called by the GitLab.com for notifying events.
HTTP request
POST https://developerconnect.googleapis.com/v1/{name=projects/*/locations/*/connections/*/gitRepositoryLinks/*}:processGitLabWebhook
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The GitRepositoryLink resource where the webhook will be received. Format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"body": {
object ( |
| Fields | |
|---|---|
body |
Required. HTTP request body. |
Response body
If successful, the response body is an empty JSON object.