pub async fn plugins_branching_branches_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_branch_request: Option<PatchedWritableBranchRequest>,
) -> Result<Branch, Error<PluginsBranchingBranchesPartialUpdateError>>Expand description
Patch a branch object.