pub async fn extras_webhooks_partial_update(
configuration: &Configuration,
id: i32,
patched_webhook_request: Option<PatchedWebhookRequest>,
) -> Result<Webhook, Error<ExtrasWebhooksPartialUpdateError>>Expand description
Patch a webhook object.