update_webhook

Function update_webhook 

Source
pub async fn update_webhook(
    configuration: &Configuration,
    webhook_id: i64,
    update_webhook: UpdateWebhook,
) -> Result<(), Error<UpdateWebhookError>>