This commit is contained in:
Andrija Panic 2026-07-04 15:36:50 +01:00 committed by GitHub
commit fa52add7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class ImportUnmanagedInstanceCmd extends BaseAsyncCmd {
@Parameter(name = ApiConstants.TEMPLATE_ID,
type = CommandType.UUID,
entityType = TemplateResponse.class,
description = "The ID of the Template for the Instance")
description = "The ID of the Template for the Instance. Required when importing an unmanaged KVM Instance.")
private Long templateId;
@Parameter(name = ApiConstants.SERVICE_OFFERING_ID,