Skip to content

Commit 430f371

Browse files
fix(smartevents-mgmt/v1): update smartevents-mgmt/v1 SDK (#365)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 6bac9a3 commit 430f371

4 files changed

Lines changed: 26 additions & 0 deletions

File tree

.openapi/smartevents_mgmt.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ paths:
131131
$ref: '#/components/schemas/ErrorsList'
132132
"401":
133133
description: Unauthorized.
134+
"402":
135+
description: Not enough quota.
136+
content:
137+
application/json:
138+
schema:
139+
$ref: '#/components/schemas/ErrorsList'
134140
"403":
135141
description: Forbidden.
136142
"500":
@@ -395,6 +401,12 @@ paths:
395401
$ref: '#/components/schemas/ErrorsList'
396402
"401":
397403
description: Unauthorized.
404+
"402":
405+
description: Not enough quota.
406+
content:
407+
application/json:
408+
schema:
409+
$ref: '#/components/schemas/ErrorsList'
398410
"403":
399411
description: Forbidden.
400412
"404":

packages/smartevents-management-sdk/api/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ paths:
140140
description: Bad request.
141141
"401":
142142
description: Unauthorized.
143+
"402":
144+
content:
145+
application/json:
146+
schema:
147+
$ref: '#/components/schemas/ErrorsList'
148+
description: Not enough quota.
143149
"403":
144150
description: Forbidden.
145151
"500":
@@ -436,6 +442,12 @@ paths:
436442
description: Bad request.
437443
"401":
438444
description: Unauthorized.
445+
"402":
446+
content:
447+
application/json:
448+
schema:
449+
$ref: '#/components/schemas/ErrorsList'
450+
description: Not enough quota.
439451
"403":
440452
description: Forbidden.
441453
"404":

packages/smartevents-management-sdk/docs/BridgesApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Name | Type | Description | Notes
8383
| **202** | Accepted. | - |
8484
| **400** | Bad request. | - |
8585
| **401** | Unauthorized. | - |
86+
| **402** | Not enough quota. | - |
8687
| **403** | Forbidden. | - |
8788
| **500** | Internal error. | - |
8889

packages/smartevents-management-sdk/docs/ProcessorsApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Name | Type | Description | Notes
8585
| **202** | Accepted. | - |
8686
| **400** | Bad request. | - |
8787
| **401** | Unauthorized. | - |
88+
| **402** | Not enough quota. | - |
8889
| **403** | Forbidden. | - |
8990
| **404** | Not found. | - |
9091
| **500** | Internal error. | - |

0 commit comments

Comments
 (0)