@@ -78,6 +78,13 @@ public void setCustomBaseUrl(String customBaseUrl) {
7878 * @param _callback Callback for upload/download progress
7979 * @return Call to execute
8080 * @throws ApiException If fail to serialize the request body object
81+ * @http.response.details
82+ <table border="1">
83+ <caption>Response Details</caption>
84+ <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
85+ <tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
86+ <tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
87+ </table>
8188 */
8289 public okhttp3 .Call fakeWebhooksSourcesDeletedPostCall (FakeWebhooksSourcesDeletedPostRequest fakeWebhooksSourcesDeletedPostRequest , final ApiCallback _callback ) throws ApiException {
8390 String basePath = null ;
@@ -134,6 +141,13 @@ private okhttp3.Call fakeWebhooksSourcesDeletedPostValidateBeforeCall(FakeWebhoo
134141 *
135142 * @param fakeWebhooksSourcesDeletedPostRequest (optional)
136143 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
144+ * @http.response.details
145+ <table border="1">
146+ <caption>Response Details</caption>
147+ <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
148+ <tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
149+ <tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
150+ </table>
137151 */
138152 public void fakeWebhooksSourcesDeletedPost (FakeWebhooksSourcesDeletedPostRequest fakeWebhooksSourcesDeletedPostRequest ) throws ApiException {
139153 fakeWebhooksSourcesDeletedPostWithHttpInfo (fakeWebhooksSourcesDeletedPostRequest );
@@ -145,6 +159,13 @@ public void fakeWebhooksSourcesDeletedPost(FakeWebhooksSourcesDeletedPostRequest
145159 * @param fakeWebhooksSourcesDeletedPostRequest (optional)
146160 * @return ApiResponse<Void>
147161 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
162+ * @http.response.details
163+ <table border="1">
164+ <caption>Response Details</caption>
165+ <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
166+ <tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
167+ <tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
168+ </table>
148169 */
149170 public ApiResponse <Void > fakeWebhooksSourcesDeletedPostWithHttpInfo (FakeWebhooksSourcesDeletedPostRequest fakeWebhooksSourcesDeletedPostRequest ) throws ApiException {
150171 okhttp3 .Call localVarCall = fakeWebhooksSourcesDeletedPostValidateBeforeCall (fakeWebhooksSourcesDeletedPostRequest , null );
@@ -158,6 +179,13 @@ public ApiResponse<Void> fakeWebhooksSourcesDeletedPostWithHttpInfo(FakeWebhooks
158179 * @param _callback The callback to be executed when the API call finishes
159180 * @return The request call
160181 * @throws ApiException If fail to process the API call, e.g. serializing the request body object
182+ * @http.response.details
183+ <table border="1">
184+ <caption>Response Details</caption>
185+ <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
186+ <tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
187+ <tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
188+ </table>
161189 */
162190 public okhttp3 .Call fakeWebhooksSourcesDeletedPostAsync (FakeWebhooksSourcesDeletedPostRequest fakeWebhooksSourcesDeletedPostRequest , final ApiCallback <Void > _callback ) throws ApiException {
163191
0 commit comments