Skip to content

Commit 85273a5

Browse files
committed
Travis update: Mar 2023 (Build 717)
[skip ci]
1 parent 33e5da5 commit 85273a5

5 files changed

Lines changed: 0 additions & 33 deletions

File tree

api/openapi.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ paths:
152152
schema:
153153
$ref: '#/components/schemas/ErrorOmnichannel'
154154
description: Invalid input
155-
"401":
156-
content:
157-
application/json:
158-
schema:
159-
$ref: '#/components/schemas/ErrorOmnichannel'
160-
description: Unauthorized
161155
summary: Sends an Omnimessage
162156
tags:
163157
- Omnimessage
@@ -184,12 +178,6 @@ paths:
184178
schema:
185179
$ref: '#/components/schemas/DeliveryReportResponse'
186180
description: Delivery report success
187-
"401":
188-
content:
189-
application/json:
190-
schema:
191-
$ref: '#/components/schemas/ErrorOmnichannel'
192-
description: Unauthorized
193181
"404":
194182
content:
195183
application/json:
@@ -222,12 +210,6 @@ paths:
222210
schema:
223211
$ref: '#/components/schemas/EmptyObject'
224212
description: Scheduled omnimessage successfully cancelled
225-
"401":
226-
content:
227-
application/json:
228-
schema:
229-
$ref: '#/components/schemas/ErrorOmnichannel'
230-
description: Unauthorized
231213
"404":
232214
content:
233215
application/json:

docs/DeliveryReportApi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,5 @@ public class Example {
7272
| Status code | Description | Response headers |
7373
|-------------|-------------|------------------|
7474
| **200** | Delivery report success | - |
75-
| **401** | Unauthorized | - |
7675
| **404** | If no such message exists or you do not have access to the particular message | - |
7776

docs/OmnimessageApi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public class Example {
7373
| Status code | Description | Response headers |
7474
|-------------|-------------|------------------|
7575
| **202** | Scheduled omnimessage successfully cancelled | - |
76-
| **401** | Unauthorized | - |
7776
| **404** | If the omnimessage has already been sent or no such message exists | - |
7877

7978
<a name="sendOmnimessage"></a>
@@ -142,5 +141,4 @@ public class Example {
142141
|-------------|-------------|------------------|
143142
| **201** | Omnimessage success response | - |
144143
| **400** | Invalid input | - |
145-
| **401** | Unauthorized | - |
146144

src/main/java/com/messente/api/DeliveryReportApi.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public void setCustomBaseUrl(String customBaseUrl) {
8585
<table summary="Response Details" border="1">
8686
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
8787
<tr><td> 200 </td><td> Delivery report success </td><td> - </td></tr>
88-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
8988
<tr><td> 404 </td><td> If no such message exists or you do not have access to the particular message </td><td> - </td></tr>
9089
</table>
9190
*/
@@ -159,7 +158,6 @@ private okhttp3.Call retrieveDeliveryReportValidateBeforeCall(UUID omnimessageId
159158
<table summary="Response Details" border="1">
160159
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
161160
<tr><td> 200 </td><td> Delivery report success </td><td> - </td></tr>
162-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
163161
<tr><td> 404 </td><td> If no such message exists or you do not have access to the particular message </td><td> - </td></tr>
164162
</table>
165163
*/
@@ -178,7 +176,6 @@ public DeliveryReportResponse retrieveDeliveryReport(UUID omnimessageId) throws
178176
<table summary="Response Details" border="1">
179177
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
180178
<tr><td> 200 </td><td> Delivery report success </td><td> - </td></tr>
181-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
182179
<tr><td> 404 </td><td> If no such message exists or you do not have access to the particular message </td><td> - </td></tr>
183180
</table>
184181
*/
@@ -199,7 +196,6 @@ public ApiResponse<DeliveryReportResponse> retrieveDeliveryReportWithHttpInfo(UU
199196
<table summary="Response Details" border="1">
200197
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
201198
<tr><td> 200 </td><td> Delivery report success </td><td> - </td></tr>
202-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
203199
<tr><td> 404 </td><td> If no such message exists or you do not have access to the particular message </td><td> - </td></tr>
204200
</table>
205201
*/

src/main/java/com/messente/api/OmnimessageApi.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public void setCustomBaseUrl(String customBaseUrl) {
8686
<table summary="Response Details" border="1">
8787
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
8888
<tr><td> 202 </td><td> Scheduled omnimessage successfully cancelled </td><td> - </td></tr>
89-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
9089
<tr><td> 404 </td><td> If the omnimessage has already been sent or no such message exists </td><td> - </td></tr>
9190
</table>
9291
*/
@@ -160,7 +159,6 @@ private okhttp3.Call cancelScheduledMessageValidateBeforeCall(UUID omnimessageId
160159
<table summary="Response Details" border="1">
161160
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
162161
<tr><td> 202 </td><td> Scheduled omnimessage successfully cancelled </td><td> - </td></tr>
163-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
164162
<tr><td> 404 </td><td> If the omnimessage has already been sent or no such message exists </td><td> - </td></tr>
165163
</table>
166164
*/
@@ -179,7 +177,6 @@ public Object cancelScheduledMessage(UUID omnimessageId) throws ApiException {
179177
<table summary="Response Details" border="1">
180178
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
181179
<tr><td> 202 </td><td> Scheduled omnimessage successfully cancelled </td><td> - </td></tr>
182-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
183180
<tr><td> 404 </td><td> If the omnimessage has already been sent or no such message exists </td><td> - </td></tr>
184181
</table>
185182
*/
@@ -200,7 +197,6 @@ public ApiResponse<Object> cancelScheduledMessageWithHttpInfo(UUID omnimessageId
200197
<table summary="Response Details" border="1">
201198
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
202199
<tr><td> 202 </td><td> Scheduled omnimessage successfully cancelled </td><td> - </td></tr>
203-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
204200
<tr><td> 404 </td><td> If the omnimessage has already been sent or no such message exists </td><td> - </td></tr>
205201
</table>
206202
*/
@@ -222,7 +218,6 @@ public okhttp3.Call cancelScheduledMessageAsync(UUID omnimessageId, final ApiCal
222218
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
223219
<tr><td> 201 </td><td> Omnimessage success response </td><td> - </td></tr>
224220
<tr><td> 400 </td><td> Invalid input </td><td> - </td></tr>
225-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
226221
</table>
227222
*/
228223
public okhttp3.Call sendOmnimessageCall(Omnimessage omnimessage, final ApiCallback _callback) throws ApiException {
@@ -295,7 +290,6 @@ private okhttp3.Call sendOmnimessageValidateBeforeCall(Omnimessage omnimessage,
295290
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
296291
<tr><td> 201 </td><td> Omnimessage success response </td><td> - </td></tr>
297292
<tr><td> 400 </td><td> Invalid input </td><td> - </td></tr>
298-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
299293
</table>
300294
*/
301295
public OmniMessageCreateSuccessResponse sendOmnimessage(Omnimessage omnimessage) throws ApiException {
@@ -314,7 +308,6 @@ public OmniMessageCreateSuccessResponse sendOmnimessage(Omnimessage omnimessage)
314308
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
315309
<tr><td> 201 </td><td> Omnimessage success response </td><td> - </td></tr>
316310
<tr><td> 400 </td><td> Invalid input </td><td> - </td></tr>
317-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
318311
</table>
319312
*/
320313
public ApiResponse<OmniMessageCreateSuccessResponse> sendOmnimessageWithHttpInfo(Omnimessage omnimessage) throws ApiException {
@@ -335,7 +328,6 @@ public ApiResponse<OmniMessageCreateSuccessResponse> sendOmnimessageWithHttpInfo
335328
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
336329
<tr><td> 201 </td><td> Omnimessage success response </td><td> - </td></tr>
337330
<tr><td> 400 </td><td> Invalid input </td><td> - </td></tr>
338-
<tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
339331
</table>
340332
*/
341333
public okhttp3.Call sendOmnimessageAsync(Omnimessage omnimessage, final ApiCallback<OmniMessageCreateSuccessResponse> _callback) throws ApiException {

0 commit comments

Comments
 (0)