Method: webhook

v1.webhook is called when the API receives a GitHub webhook.

HTTP request

POST https://cloudbuild.googleapis.com/v1/webhook

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
webhookKey

string

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 empty.