Skip to content

Commit

Permalink
Merge pull request #742 from bounswe/main
Browse files Browse the repository at this point in the history
Deploy recent changes
  • Loading branch information
canuzdrn authored Nov 18, 2023
2 parents 2c28bf0 + 0fc2cb7 commit 348736b
Show file tree
Hide file tree
Showing 16 changed files with 1,224 additions and 288 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class UpdateTagRequestDto {
@ValidTagType(allowedValues = {TagType.ART_STYLE, TagType.GENRE, TagType.DURATION, TagType.OTHER,
TagType.MONETIZATION, TagType.PLATFORM, TagType.DEVELOPER, TagType.PLAYER_TYPE, TagType.POST,
TagType.PRODUCTION})
private TagType tagType;
private String tagType;

@Pattern(regexp = "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$", message = "Provided color must be in hexadecimal format, e.g. #FF4500")
private String color;
Expand Down
Loading

0 comments on commit 348736b

Please sign in to comment.