diff --git a/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java b/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java index aff9d464a61..9e57574ba21 100644 --- a/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java @@ -148,7 +148,6 @@ public class RegisterTemplateCmd extends BaseCmd { collectionType = CommandType.UUID, entityType = ZoneResponse.class, required=false, - since="4.10.0.0", description="A list of zone ids where the template will be hosted. Use this parameter if the template needs " + "to be registered to multiple zones in one go. Use zoneid if the template " + "needs to be registered to only one zone." +