Skip to content

Commit 6846619

Browse files
authored
Fix update network offering domainids size limitation (#12431)
1 parent d1eb282 commit 6846619

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/network/UpdateNetworkOfferingCmd.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public class UpdateNetworkOfferingCmd extends BaseCmd {
7878

7979
@Parameter(name = ApiConstants.DOMAIN_ID,
8080
type = CommandType.STRING,
81+
length = 4096,
8182
description = "The ID of the containing domain(s) as comma separated string, public for public offerings")
8283
private String domainIds;
8384

0 commit comments

Comments
 (0)