Function repo_edit_git_hook

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