@@ -55,7 +55,8 @@ public void setApiClient(ApiClient apiClient) {
5555 * @return ApiAppGetResponse
5656 * @throws ApiException if fails to make API call
5757 * @http.response.details
58- * <table summary="Response Details" border="1">
58+ * <table border="1">
59+ * <caption>Response Details</caption>
5960 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
6061 * <tr><td> 201 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
6162 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -73,7 +74,8 @@ public ApiAppGetResponse apiAppCreate(ApiAppCreateRequest apiAppCreateRequest)
7374 * @return ApiResponse<ApiAppGetResponse>
7475 * @throws ApiException if fails to make API call
7576 * @http.response.details
76- * <table summary="Response Details" border="1">
77+ * <table border="1">
78+ * <caption>Response Details</caption>
7779 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
7880 * <tr><td> 201 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
7981 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -123,7 +125,8 @@ public ApiResponse<ApiAppGetResponse> apiAppCreateWithHttpInfo(
123125 * @param clientId The client id of the API App to delete. (required)
124126 * @throws ApiException if fails to make API call
125127 * @http.response.details
126- * <table summary="Response Details" border="1">
128+ * <table border="1">
129+ * <caption>Response Details</caption>
127130 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
128131 * <tr><td> 204 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
129132 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -140,7 +143,8 @@ public void apiAppDelete(String clientId) throws ApiException {
140143 * @return ApiResponse<Void>
141144 * @throws ApiException if fails to make API call
142145 * @http.response.details
143- * <table summary="Response Details" border="1">
146+ * <table border="1">
147+ * <caption>Response Details</caption>
144148 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
145149 * <tr><td> 204 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
146150 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -189,7 +193,8 @@ public ApiResponse<Void> apiAppDeleteWithHttpInfo(String clientId) throws ApiExc
189193 * @return ApiAppGetResponse
190194 * @throws ApiException if fails to make API call
191195 * @http.response.details
192- * <table summary="Response Details" border="1">
196+ * <table border="1">
197+ * <caption>Response Details</caption>
193198 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
194199 * <tr><td> 200 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
195200 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -206,7 +211,8 @@ public ApiAppGetResponse apiAppGet(String clientId) throws ApiException {
206211 * @return ApiResponse<ApiAppGetResponse>
207212 * @throws ApiException if fails to make API call
208213 * @http.response.details
209- * <table summary="Response Details" border="1">
214+ * <table border="1">
215+ * <caption>Response Details</caption>
210216 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
211217 * <tr><td> 200 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
212218 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -261,7 +267,8 @@ public ApiResponse<ApiAppGetResponse> apiAppGetWithHttpInfo(String clientId)
261267 * @return ApiAppListResponse
262268 * @throws ApiException if fails to make API call
263269 * @http.response.details
264- * <table summary="Response Details" border="1">
270+ * <table border="1">
271+ * <caption>Response Details</caption>
265272 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
266273 * <tr><td> 200 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
267274 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -321,7 +328,8 @@ public ApiResponse<ApiAppListResponse> apiAppListWithHttpInfo(Integer page)
321328 * @return ApiResponse<ApiAppListResponse>
322329 * @throws ApiException if fails to make API call
323330 * @http.response.details
324- * <table summary="Response Details" border="1">
331+ * <table border="1">
332+ * <caption>Response Details</caption>
325333 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
326334 * <tr><td> 200 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
327335 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -376,7 +384,8 @@ public ApiResponse<ApiAppListResponse> apiAppListWithHttpInfo(Integer page, Inte
376384 * @return ApiAppGetResponse
377385 * @throws ApiException if fails to make API call
378386 * @http.response.details
379- * <table summary="Response Details" border="1">
387+ * <table border="1">
388+ * <caption>Response Details</caption>
380389 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
381390 * <tr><td> 200 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
382391 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
@@ -397,7 +406,8 @@ public ApiAppGetResponse apiAppUpdate(String clientId, ApiAppUpdateRequest apiAp
397406 * @return ApiResponse<ApiAppGetResponse>
398407 * @throws ApiException if fails to make API call
399408 * @http.response.details
400- * <table summary="Response Details" border="1">
409+ * <table border="1">
410+ * <caption>Response Details</caption>
401411 * <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
402412 * <tr><td> 200 </td><td> successful operation </td><td> * X-RateLimit-Limit - <br> * X-RateLimit-Remaining - <br> * X-Ratelimit-Reset - <br> </td></tr>
403413 * <tr><td> 4XX </td><td> failed_operation </td><td> - </td></tr>
0 commit comments