forked from loafle/openapi-generator-original
Replaced deprecated 'summary' attribute with recommended 'caption' element (#19961)
This commit is contained in:
@@ -80,7 +80,8 @@ public class DefaultApi {
|
||||
* @return Call to execute
|
||||
* @throws ApiException If fail to serialize the request body object
|
||||
* @http.response.details
|
||||
<table summary="Response Details" border="1">
|
||||
<table border="1">
|
||||
<caption>Response Details</caption>
|
||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||
</table>
|
||||
@@ -141,7 +142,8 @@ public class DefaultApi {
|
||||
* @return MyExampleGet200Response
|
||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||
* @http.response.details
|
||||
<table summary="Response Details" border="1">
|
||||
<table border="1">
|
||||
<caption>Response Details</caption>
|
||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||
</table>
|
||||
@@ -157,7 +159,8 @@ public class DefaultApi {
|
||||
* @return ApiResponse<MyExampleGet200Response>
|
||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||
* @http.response.details
|
||||
<table summary="Response Details" border="1">
|
||||
<table border="1">
|
||||
<caption>Response Details</caption>
|
||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||
</table>
|
||||
@@ -175,7 +178,8 @@ public class DefaultApi {
|
||||
* @return The request call
|
||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||
* @http.response.details
|
||||
<table summary="Response Details" border="1">
|
||||
<table border="1">
|
||||
<caption>Response Details</caption>
|
||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user