Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed May 15, 2024
2 parents 93329a5 + c5dbbd2 commit ffc29df
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 ffc29df

Please sign in to comment.