DaanHoogland commented on code in PR #12144:
URL: https://github.com/apache/cloudstack/pull/12144#discussion_r3949816556
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java:
##########
@@ -288,6 +289,14 @@ public class CreateServiceOfferingCmd extends BaseCmd {
since = "4.21.0")
private Map externalDetails;
+ @Parameter(name = ApiConstants.SERVICE_OFFERING_CATEGORY_ID,
+ type = CommandType.UUID,
+ entityType = ServiceOfferingCategoryResponse.class,
+ required = false,
+ description = "the ID of the service offering category to
associate with this offering",
+ since = "4.23.0")
Review Comment:
```suggestion
since = "24.0")
```
by now
--
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]