Function edit_webhook

Source
pub async fn edit_webhook(
    configuration: &Configuration,
    workspace: &str,
    edit_webhook_request: EditWebhookRequest,
) -> Result<String, Error<EditWebhookError>>