patch_action

Function patch_action 

Source
pub async fn patch_action(
    configuration: &Configuration,
    repo_ref: &str,
    action_identifier: &str,
    action_update_input: ActionUpdateInput,
) -> Result<ActionModel, Error<PatchActionError>>