@@ -59,7 +59,7 @@ if res.status_code == 200:
59
59
60
60
| Error Object | Status Code | Content Type |
61
61
| --------------- | --------------- | --------------- |
62
- | errors.SDKError | 400-600 | * /* |
62
+ | errors.SDKError | 4x-5xx | * /* |
63
63
64
64
## find_api_endpoint
65
65
@@ -105,7 +105,7 @@ if res.api_endpoint is not None:
105
105
106
106
| Error Object | Status Code | Content Type |
107
107
| --------------- | --------------- | --------------- |
108
- | errors.SDKError | 400-600 | * /* |
108
+ | errors.SDKError | 4x-5xx | * /* |
109
109
110
110
## generate_open_api_spec_for_api_endpoint
111
111
@@ -151,7 +151,7 @@ if res.generate_open_api_spec_diff is not None:
151
151
152
152
| Error Object | Status Code | Content Type |
153
153
| --------------- | --------------- | --------------- |
154
- | errors.SDKError | 400-600 | * /* |
154
+ | errors.SDKError | 4x-5xx | * /* |
155
155
156
156
## generate_postman_collection_for_api_endpoint
157
157
@@ -196,7 +196,7 @@ if res.postman_collection is not None:
196
196
197
197
| Error Object | Status Code | Content Type |
198
198
| --------------- | --------------- | --------------- |
199
- | errors.SDKError | 400-600 | * /* |
199
+ | errors.SDKError | 4x-5xx | * /* |
200
200
201
201
## get_all_api_endpoints
202
202
@@ -239,7 +239,7 @@ if res.classes is not None:
239
239
240
240
| Error Object | Status Code | Content Type |
241
241
| --------------- | --------------- | --------------- |
242
- | errors.SDKError | 400-600 | * /* |
242
+ | errors.SDKError | 4x-5xx | * /* |
243
243
244
244
## get_all_for_version_api_endpoints
245
245
@@ -283,7 +283,7 @@ if res.classes is not None:
283
283
284
284
| Error Object | Status Code | Content Type |
285
285
| --------------- | --------------- | --------------- |
286
- | errors.SDKError | 400-600 | * /* |
286
+ | errors.SDKError | 4x-5xx | * /* |
287
287
288
288
## get_api_endpoint
289
289
@@ -328,7 +328,7 @@ if res.api_endpoint is not None:
328
328
329
329
| Error Object | Status Code | Content Type |
330
330
| --------------- | --------------- | --------------- |
331
- | errors.SDKError | 400-600 | * /* |
331
+ | errors.SDKError | 4x-5xx | * /* |
332
332
333
333
## upsert_api_endpoint
334
334
@@ -381,4 +381,4 @@ if res.api_endpoint is not None:
381
381
382
382
| Error Object | Status Code | Content Type |
383
383
| --------------- | --------------- | --------------- |
384
- | errors.SDKError | 400-600 | * /* |
384
+ | errors.SDKError | 4x-5xx | * /* |
0 commit comments