Skip to content

Commit c7ae5cc

Browse files
committed
Add support for ci_pipeline_variables_minimum_override_role in project update API
1 parent 7f1635d commit c7ae5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,7 @@ public Project updateProject(Project project) throws GitLabApiException {
14551455
.withParam("shared_runners_enabled", project.getSharedRunnersEnabled())
14561456
.withParam("public_jobs", project.getPublicJobs())
14571457
.withParam("only_allow_merge_if_pipeline_succeeds", project.getOnlyAllowMergeIfPipelineSucceeds())
1458+
.withParam("ci_pipeline_variables_minimum_override_role", project.getCiPipelineVariablesMinimumOverrideRole())
14581459
.withParam(
14591460
"only_allow_merge_if_all_discussions_are_resolved",
14601461
project.getOnlyAllowMergeIfAllDiscussionsAreResolved())

0 commit comments

Comments
 (0)