Fix update network offering domainids size limitation (#12431)

This commit is contained in:
Nicolas Vazquez 2026-01-22 10:32:46 -03:00 committed by GitHub
parent d1eb2822d9
commit 6846619a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public class UpdateNetworkOfferingCmd extends BaseCmd {
@Parameter(name = ApiConstants.DOMAIN_ID,
type = CommandType.STRING,
length = 4096,
description = "The ID of the containing domain(s) as comma separated string, public for public offerings")
private String domainIds;