Function patch_webhook_with_id

Source
pub async fn patch_webhook_with_id(
    configuration: &Configuration,
    webhook_id: &str,
    webhook_request: Option<WebhookRequest>,
) -> Result<WebhookResponse, Error<PatchWebhookWithIdError>>
Expand description

Patches the webhook with the given Id.