Skip to content

Commit c6ad2de

Browse files
rubenvittjmini
andauthored
Update src/main/java/org/gitlab4j/api/PipelineApi.java
Co-authored-by: Jérémie Bresson <[email protected]>
1 parent 575c42e commit c6ad2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/PipelineApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public PipelineSchedule takeOwnershipPipelineSchedule(Object projectIdOrPath, Lo
548548

549549
public void playPipelineSchedule(Object projectIdOrPath, Long pipelineScheduleId) throws GitLabApiException {
550550

551-
post(Response.Status.CREATED, "", "projects", getProjectIdOrPath(projectIdOrPath), "pipeline_schedules", pipelineScheduleId, "play");
551+
post(Response.Status.CREATED, "projects", getProjectIdOrPath(projectIdOrPath), "pipeline_schedules", pipelineScheduleId, "play");
552552
}
553553

554554
/**

0 commit comments

Comments
 (0)