pub async fn repo_edit_git_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
body: Option<EditGitHookOption>,
) -> Result<GitHook, Error<RepoEditGitHookError>>
pub async fn repo_edit_git_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
body: Option<EditGitHookOption>,
) -> Result<GitHook, Error<RepoEditGitHookError>>