pub async fn plugins_branching_branches_merge_create(
configuration: &Configuration,
id: i32,
commit_request: Option<CommitRequest>,
) -> Result<Job, Error<PluginsBranchingBranchesMergeCreateError>>Expand description
Enqueue a background job to merge a branch.