UpdateWebhookRequest: {
    api_version?: string;
    body?: WebhookUpdate;
    id: string;
    update_mask?: string;
}

Type declaration

  • Optionalapi_version?: string

    Which version of the API to use.

  • Optionalbody?: WebhookUpdate

    Required. The webhook to update.

  • id: string

    Required. The ID of the webhook to update.

  • Optionalupdate_mask?: string

    Optional. The list of fields to update.