Skip to content

Commit

Permalink
Add PositionType.FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
1cedsoda authored Apr 26, 2024
1 parent fcecb0b commit 8cf3317
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 8cf3317

Please sign in to comment.