Skip to content

Commit 5571898

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java
Co-authored-by: Pearl Dsilva <pearl1594@gmail.com>
1 parent 01e1bba commit 5571898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class ImportUnmanagedInstanceCmd extends BaseAsyncCmd {
122122
@Parameter(name = ApiConstants.OS_ID,
123123
type = CommandType.UUID,
124124
entityType = GuestOSResponse.class,
125-
since = "4.22.1",
125+
since = "4.23.0",
126126
description = "optional - the ID of the guest OS for the imported Instance.")
127127
private Long guestOsId;
128128

0 commit comments

Comments
 (0)