Skip to content

Commit

Permalink
Add PositionType.FILE (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
1cedsoda authored May 15, 2024
1 parent 24d2f7e commit c5dbbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/gitlab4j/api/models/Position.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Position implements Serializable {

public static enum PositionType {

TEXT, IMAGE;
TEXT, IMAGE, FILE;
private static JacksonJsonEnumHelper<PositionType> enumHelper = new JacksonJsonEnumHelper<>(PositionType.class,
false, false);

Expand Down

0 comments on commit c5dbbd2

Please sign in to comment.