Function repo_edit_wiki_page

Source
pub async fn repo_edit_wiki_page(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    page_name: &str,
    body: Option<CreateWikiPageOptions>,
) -> Result<WikiPage, Error<RepoEditWikiPageError>>