mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #806 from sameeragunarathne/master
fixes https://github.com/wso2/product-iots/issues/364
This commit is contained in:
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…
Reference in New Issue
Block a user