Skip to main content

patch_comment

Function patch_comment 

Source
pub async fn patch_comment(
    configuration: &Configuration,
    repo_ref: &str,
    pullreq_number: i64,
    pullreq_comment_id: i64,
    pullreq_comment_update_input: PullreqCommentUpdateInput,
) -> Result<PullreqActivityModel, Error<PatchCommentError>>