Replaced deprecated 'summary' attribute with recommended 'caption' element (#19961)

This commit is contained in:
jasonjyu
2024-11-18 04:34:55 -05:00
committed by GitHub
parent 1a58d31a81
commit 51a0bd00b7
88 changed files with 3280 additions and 1640 deletions

View File

@@ -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&lt;MyExampleGet200Response&gt;
* @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>