harikrishna-patnala commented on code in PR #11382:
URL: https://github.com/apache/cloudstack/pull/11382#discussion_r2735308019
##########
plugins/api/discovery/src/main/java/org/apache/cloudstack/api/response/ApiDiscoveryResponse.java:
##########
@@ -59,6 +59,10 @@ public class ApiDiscoveryResponse extends BaseResponse {
@Param(description = "Response field type")
private String type;
+ @SerializedName(ApiConstants.HTTP_REQUEST_TYPE)
+ @Param(description = "Preferred HTTP request type for the API", since =
"4.22.0")
Review Comment:
```suggestion
@Param(description = "Preferred HTTP request type for the API", since =
"4.23.0")
```
--
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]