Method: projects.locations.connections.gitRepositoryLinks.processGitLabWebhook

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

string

Required. The GitRepositoryLink resource where the webhook will be received. Format: projects/*/locations/*/connections/*/gitRepositoryLinks/*.

Request body

The request body contains data with the following structure:

JSON representation
{
  "body": {
    object (HttpBody)
  }
}
Fields
body

object (HttpBody)

Required. HTTP request body.

Response body

If successful, the response body is an empty JSON object.