Skip to content

Commit 82196dd

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent 8bd845c commit 82196dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public class CreateServiceOfferingCmd extends BaseCmd {
294294
entityType = ServiceOfferingCategoryResponse.class,
295295
required = false,
296296
description = "the ID of the service offering category to associate with this offering",
297-
since = "4.23.0")
297+
since = "24.0")
298298
private Long categoryId;
299299

300300
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)