Allow (versioned) profile names up to 380 base64 characters long.

This commit is contained in:
Jon Chambers
2021-01-13 12:36:59 -05:00
committed by Jon Chambers
parent d8ef796a46
commit 6b850b9894
2 changed files with 29 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ public class CreateProfileRequest {
private String version;
@JsonProperty
@ExactlySize({108})
@ExactlySize({108, 380})
private String name;
@JsonProperty