Skip to content

Commit 4e3cce5

Browse files
Update API definitions
1 parent c626d8e commit 4e3cce5

7 files changed

Lines changed: 14 additions & 0 deletions

openapi/paths/reports@retention-value.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ get:
9494
application/json:
9595
schema:
9696
$ref: ../components/schemas/ReportRetentionValue.yaml
97+
'400':
98+
$ref: ../components/responses/BadRequest.yaml
9799
'401':
98100
$ref: ../components/responses/Unauthorized.yaml
99101
'403':

openapi/paths/reports@revenue-waterfall.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ get:
5656
application/json:
5757
schema:
5858
$ref: ../components/schemas/ReportRevenueWaterfall.yaml
59+
'400':
60+
$ref: ../components/responses/BadRequest.yaml
5961
'401':
6062
$ref: ../components/responses/Unauthorized.yaml
6163
'403':

openapi/paths/reports@subscription-cancellation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ get:
6262
application/json:
6363
schema:
6464
$ref: ../components/schemas/SubscriptionCancellationReport.yaml
65+
'400':
66+
$ref: ../components/responses/BadRequest.yaml
6567
'401':
6668
$ref: ../components/responses/Unauthorized.yaml
6769
'403':

openapi/paths/reports@subscription-renewal.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ get:
4242
application/json:
4343
schema:
4444
$ref: ../components/schemas/SubscriptionRenewal.yaml
45+
'400':
46+
$ref: ../components/responses/BadRequest.yaml
4547
'401':
4648
$ref: ../components/responses/Unauthorized.yaml
4749
'403':

openapi/paths/reports@tax.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ get:
5656
application/json:
5757
schema:
5858
$ref: ../components/schemas/ReportTax.yaml
59+
'400':
60+
$ref: ../components/responses/BadRequest.yaml
5961
'401':
6062
$ref: ../components/responses/Unauthorized.yaml
6163
'403':

openapi/paths/reports@time-series-transaction.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ get:
7272
application/json:
7373
schema:
7474
$ref: ../components/schemas/TimeSeriesTransaction.yaml
75+
'400':
76+
$ref: ../components/responses/BadRequest.yaml
7577
'401':
7678
$ref: ../components/responses/Unauthorized.yaml
7779
'403':

openapi/paths/reports@transactions-time-dispute.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ get:
6161
application/json:
6262
schema:
6363
$ref: ../components/schemas/ReportDisputeDelays.yaml
64+
'400':
65+
$ref: ../components/responses/BadRequest.yaml
6466
'401':
6567
$ref: ../components/responses/Unauthorized.yaml
6668
'403':

0 commit comments

Comments
 (0)