File tree Expand file tree Collapse file tree
packages/smartevents-management-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " :
Original file line number Diff line number Diff 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 " :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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. | - |
You can’t perform that action at this time.
0 commit comments