Skip to content

Commit f092c18

Browse files
Update plugins/api/discovery/src/main/java/org/apache/cloudstack/api/response/ApiDiscoveryResponse.java
1 parent 44d4e91 commit f092c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/api/discovery/src/main/java/org/apache/cloudstack/api/response/ApiDiscoveryResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class ApiDiscoveryResponse extends BaseResponse {
6060
private String type;
6161

6262
@SerializedName(ApiConstants.HTTP_REQUEST_TYPE)
63-
@Param(description = "Preferred HTTP request type for the API", since = "4.22.0")
63+
@Param(description = "Preferred HTTP request type for the API", since = "4.23.0")
6464
private String httpRequestType;
6565

6666
public ApiDiscoveryResponse() {

0 commit comments

Comments
 (0)