Skip to content

Commit c8f52c0

Browse files
nvazquezLocharla, Sandeep
authored andcommitted
Fix update network offering domainids size limitation (apache#12431)
1 parent 7a2d9d7 commit c8f52c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
@@ -75,6 +75,7 @@ public class UpdateNetworkOfferingCmd extends BaseCmd implements DomainAndZoneId
7575

7676
@Parameter(name = ApiConstants.DOMAIN_ID,
7777
type = CommandType.STRING,
78+
length = 4096,
7879
description = "The ID of the containing domain(s) as comma separated string, public for public offerings")
7980
private String domainIds;
8081

0 commit comments

Comments
 (0)