mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CopyTemplateCmd: Fix correct annotation for id param in copytemplate
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
31a5669c7c
commit
8273af7cbf
@ -51,7 +51,7 @@ public class CopyTemplateCmd extends BaseAsyncCmd {
|
||||
required=true, description="ID of the zone the template is being copied to.")
|
||||
private Long destZoneId;
|
||||
|
||||
@Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType = UserVmResponse.class,
|
||||
@Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType = TemplateResponse.class,
|
||||
required=true, description="Template ID.")
|
||||
private Long id;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user