Skip to content

Commit 741a410

Browse files
committed
make nameserver param optional for updateDnsServer
1 parent 1da794f commit 741a410

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/dns/UpdateDnsServerCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public class UpdateDnsServerCmd extends BaseCmd {
7676
private String publicDomainSuffix;
7777

7878
@Parameter(name = ApiConstants.NAME_SERVERS, type = CommandType.LIST, collectionType = CommandType.STRING,
79-
required = true,
8079
description = "Comma separated list of name servers; used to create NS records for the DNS Zone (for example, ns1.example.com, ns2.example.com)")
8180
private List<String> nameServers;
8281

0 commit comments

Comments
 (0)