gitpod.v1.WebhookService

UpdateWebhook

Updates a webhook's configuration.

Use this method to:

  • Change webhook name or description

Examples

  • Update webhook name:

    Changes the webhook's display name.

    webhookId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    name: "Updated Webhook Name"
    
post/gitpod.v1.WebhookService/UpdateWebhook

Request body

descriptionstring nullable

description is an optional description of the webhook's purpose

namestring nullable

name is the display name of the webhook

webhookIdstring uuid

Response

Success

Changes