Skip to main content

post_pullreq

Function post_pullreq 

Source
pub async fn post_pullreq(
    configuration: &Configuration,
    repo_ref: &str,
    pullreq_create_input: PullreqCreateInput,
) -> Result<PullreqModel, Error<PostPullreqError>>