Merge pull request #806 from sameeragunarathne/master

fixes https://github.com/wso2/product-iots/issues/364
revert-dabc3590
Kamidu Sachith Punchihewa 7 years ago committed by GitHub
commit c6cd6a2056

@ -34,7 +34,7 @@ public class BlacklistApplications extends AndroidOperation implements Serializa
@ApiModelProperty(name = "appIdentifiers", value = "A list of application package names to be blacklisted.",
required = true)
@Size(min = 2, max = 45)
@Size(min = 1, max = 45)
private List<String> appIdentifiers;
public List<String> getAppIdentifier() {

Loading…
Cancel
Save