locations.regionalWebhook is called when the API receives a regional GitHub webhook.
HTTP request
POST https://cloudbuild.googleapis.com/v1/{location=locations/*}/regionalWebhook
The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
location
|
Required. The location where the webhook should be sent. |
Query parameters
| Parameters | |
|---|---|
webhookKey
|
For GitHub Enterprise webhooks, this key is used to associate the webhook request with the GitHubEnterpriseConfig to use for validation. |
Request body
The request body contains an instance of HttpBody
.
Response body
If successful, the response body is an empty JSON object.

