Skip to content

Commit 6b21825

Browse files
authored
make details optional for addGuestOs API (#7812)
1 parent 57779a8 commit 6b21825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/guest/AddGuestOsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class AddGuestOsCmd extends BaseAsyncCreateCmd {
5757
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, required = false, description = "Optional name for Guest OS")
5858
private String osName;
5959

60-
@Parameter(name = ApiConstants.DETAILS, type = CommandType.MAP, required = true, description = "Map of (key/value pairs)")
60+
@Parameter(name = ApiConstants.DETAILS, type = CommandType.MAP, required = false, description = "Map of (key/value pairs)")
6161
private Map details;
6262

6363

0 commit comments

Comments
 (0)