pub async fn update_hook(
configuration: &Configuration,
hook_id: &str,
hook: Hook,
) -> Result<Hook, Error<UpdateHookError>>
pub async fn update_hook(
configuration: &Configuration,
hook_id: &str,
hook: Hook,
) -> Result<Hook, Error<UpdateHookError>>