pub async fn update_webhook_with_id(
configuration: &Configuration,
webhook_id: &str,
webhook_request: Option<WebhookRequest>,
) -> Result<WebhookResponse, Error<UpdateWebhookWithIdError>>
Expand description
Updates the webhook with the given Id.