Skip to content

Commit 1f75bf7

Browse files
committed
Travis update: Mar 2023 (Build 717)
[skip ci]
1 parent edaa9e6 commit 1f75bf7

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

docs/DeliveryReportApi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Name | Type | Description | Notes
7575
| Status code | Description | Response headers |
7676
|-------------|-------------|------------------|
7777
**200** | Delivery report success | - |
78-
**401** | Unauthorized | - |
7978
**404** | If no such message exists or you do not have access to the particular message | - |
8079

8180
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

docs/OmnimessageApi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Name | Type | Description | Notes
7676
| Status code | Description | Response headers |
7777
|-------------|-------------|------------------|
7878
**202** | Scheduled omnimessage successfully cancelled | - |
79-
**401** | Unauthorized | - |
8079
**404** | If the omnimessage has already been sent or no such message exists | - |
8180

8281
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -150,7 +149,6 @@ Name | Type | Description | Notes
150149
|-------------|-------------|------------------|
151150
**201** | Omnimessage success response | - |
152151
**400** | Invalid input | - |
153-
**401** | Unauthorized | - |
154152

155153
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
156154

messente_api/api/delivery_report_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def retrieve_delivery_report_with_http_info(self, omnimessage_id, **kwargs): #
151151

152152
response_types_map = {
153153
200: "DeliveryReportResponse",
154-
401: "ErrorOmnichannel",
155154
404: "ErrorOmnichannel",
156155
}
157156

messente_api/api/omnimessage_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def cancel_scheduled_message_with_http_info(self, omnimessage_id, **kwargs): #
151151

152152
response_types_map = {
153153
202: "object",
154-
401: "ErrorOmnichannel",
155154
404: "ErrorOmnichannel",
156155
}
157156

@@ -291,7 +290,6 @@ def send_omnimessage_with_http_info(self, omnimessage, **kwargs): # noqa: E501
291290
response_types_map = {
292291
201: "OmniMessageCreateSuccessResponse",
293292
400: "ErrorOmnichannel",
294-
401: "ErrorOmnichannel",
295293
}
296294

297295
return self.api_client.call_api(

0 commit comments

Comments
 (0)