Pearl1594 commented on code in PR #12357:
URL: https://github.com/apache/cloudstack/pull/12357#discussion_r2793500343


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/backup/ImportBackupOfferingCmd.java:
##########
@@ -86,7 +86,8 @@ public class ImportBackupOfferingCmd extends BaseAsyncCmd {
             type = CommandType.LIST,
             collectionType = CommandType.UUID,
             entityType = DomainResponse.class,
-            description = "the ID of the containing domain(s), null for public 
offerings")
+            description = "the ID of the containing domain(s), null for public 
offerings",
+            since = "4.23.0")

Review Comment:
   Yes - the param was added as part of another PR in 4.23, but missed adding 
the since field.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to