Skip to content

Commit 17deddf

Browse files
Update API definitions
1 parent 9e829ef commit 17deddf

7 files changed

Lines changed: 14 additions & 4 deletions

openapi/paths/reports@aml-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ get:
4848
application/json:
4949
schema:
5050
$ref: ../components/schemas/ReportAmlChecks.yaml
51+
'400':
52+
$ref: ../components/responses/BadRequest.yaml
5153
'401':
5254
$ref: ../components/responses/Unauthorized.yaml
5355
'403':

openapi/paths/reports@annual-recurring-revenue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ get:
5959
application/json:
6060
schema:
6161
$ref: ../components/schemas/ReportAnnualRecurringRevenue.yaml
62+
'400':
63+
$ref: ../components/responses/BadRequest.yaml
6264
'401':
6365
$ref: ../components/responses/Unauthorized.yaml
6466
'403':
6567
$ref: ../components/responses/Forbidden.yaml
66-
'422':
67-
$ref: ../components/responses/ValidationError.yaml
6868
x-codeSamples:
6969
- lang: JavaScript
7070
source:

openapi/paths/reports@api-log-summary.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ get:
3636
application/json:
3737
schema:
3838
$ref: ../components/schemas/ApiLogSummary.yaml
39+
'400':
40+
$ref: ../components/responses/BadRequest.yaml
3941
'401':
4042
$ref: ../components/responses/Unauthorized.yaml
4143
'403':

openapi/paths/reports@cumulative-subscriptions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ get:
4646
application/json:
4747
schema:
4848
$ref: ../components/schemas/CumulativeSubscriptions.yaml
49+
'400':
50+
$ref: ../components/responses/BadRequest.yaml
4951
'401':
5052
$ref: ../components/responses/Unauthorized.yaml
5153
'403':

openapi/paths/reports@dashboard.yaml

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

openapi/paths/reports@dcc-markup.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/DccMarkup.yaml
59+
'400':
60+
$ref: ../components/responses/BadRequest.yaml
5961
'401':
6062
$ref: ../components/responses/Unauthorized.yaml
6163
'403':

openapi/paths/reports@monthly-recurring-revenue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ get:
5959
application/json:
6060
schema:
6161
$ref: ../components/schemas/ReportMonthlyRecurringRevenue.yaml
62+
'400':
63+
$ref: ../components/responses/BadRequest.yaml
6264
'401':
6365
$ref: ../components/responses/Unauthorized.yaml
6466
'403':
6567
$ref: ../components/responses/Forbidden.yaml
66-
'422':
67-
$ref: ../components/responses/ValidationError.yaml
6868
x-codeSamples:
6969
- lang: JavaScript
7070
source:

0 commit comments

Comments
 (0)