Skip to content

Commit d49dd4f

Browse files
authored
Merge pull request #84 from messagemedia/feature-CMX-3486-remove-summary-report-docs
CMX-3486: Remove POST Summary Report Docs
2 parents 2c78342 + 5fc0b1c commit d49dd4f

File tree

1 file changed

+12
-37
lines changed

1 file changed

+12
-37
lines changed

spec/openapi.yaml

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -766,31 +766,6 @@ paths:
766766
schema:
767767
$ref: '#/components/schemas/detailresponse'
768768
deprecated: false
769-
/v2-preview/reporting/messages/summary:
770-
post:
771-
security:
772-
- basic_auth: [ ]
773-
- hmac_auth: [ ]
774-
tags:
775-
- Messaging Reports
776-
summary: Post summary report
777-
description: Create daily report summary containing total number of sent, received and billing units.
778-
operationId: PostSummaryReport
779-
requestBody:
780-
description: ''
781-
content:
782-
application/json:
783-
schema:
784-
$ref: '#/components/schemas/summaryrequest'
785-
responses:
786-
200:
787-
description: A list of all messages received in the specified time window
788-
headers: { }
789-
content:
790-
application/json:
791-
schema:
792-
$ref: '#/components/schemas/summaryresponse'
793-
deprecated: false
794769
/v2-preview/reporting/messages/insights:
795770
post:
796771
security:
@@ -806,15 +781,15 @@ paths:
806781
content:
807782
application/json:
808783
schema:
809-
$ref: '#/components/schemas/summaryrequest'
784+
$ref: '#/components/schemas/insightsrequest'
810785
responses:
811786
200:
812787
description: A list of all messages received in the specified time window
813788
headers: { }
814789
content:
815790
application/json:
816791
schema:
817-
$ref: '#/components/schemas/summaryresponse'
792+
$ref: '#/components/schemas/insightsresponse'
818793
deprecated: false
819794
/v2-preview/reporting/messages/async/detail:
820795
post:
@@ -6399,8 +6374,8 @@ components:
63996374
type: string
64006375
example: id
64016376
description: Any string that you want to see in the CSV file header.
6402-
summaryrequest:
6403-
title: summaryrequest
6377+
insightsrequest:
6378+
title: insightsrequest
64046379
required:
64056380
- start_date
64066381
- end_date
@@ -6546,14 +6521,14 @@ components:
65466521
$ref: '#/components/schemas/DetailReportMessageRecord'
65476522
pagination:
65486523
$ref: '#/components/schemas/Paginate'
6549-
summaryresponse:
6550-
title: summaryresponse
6524+
insightsresponse:
6525+
title: insightsresponse
65516526
type: object
65526527
properties:
65536528
summaries:
65546529
type: array
65556530
items:
6556-
$ref: '#/components/schemas/summaryitemresponse'
6531+
$ref: '#/components/schemas/insightsitemresponse'
65576532
total_sent:
65586533
type: number
65596534
example: 100
@@ -6566,8 +6541,8 @@ components:
65666541
total_opt_out:
65676542
type: number
65686543
example: 10
6569-
summaryitemresponse:
6570-
title: summaryitemresponse
6544+
insightsitemresponse:
6545+
title: insightsitemresponse
65716546
type: object
65726547
properties:
65736548
group:
@@ -6588,9 +6563,9 @@ components:
65886563
sub_group:
65896564
type: array
65906565
items:
6591-
$ref: '#/components/schemas/summarysubitemresponse'
6592-
summarysubitemresponse:
6593-
title: summarysubitemresponse
6566+
$ref: '#/components/schemas/insightssubitemresponse'
6567+
insightssubitemresponse:
6568+
title: insightsubitemresponse
65946569
type: object
65956570
properties:
65966571
date:

0 commit comments

Comments
 (0)