Method: projects.locations.connections.processGitHubEnterpriseWebhook

connections.processGitHubEnterpriseWebhook is called by the external GitHub Enterprise instances for notifying events.

HTTP request

POST https://developerconnect.googleapis.com/v1/{parent=projects/*/locations/*}/connections:processGitHubEnterpriseWebhook

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Project and location where the webhook will be received. Format: projects/*/locations/*.

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.