@@ -61,7 +61,7 @@ if res is not None:
6161
6262| Error Object | Status Code | Content Type |
6363| --------------- | --------------- | --------------- |
64- | errors.SDKError | 4x -5xx | * /* |
64+ | errors.SDKError | 4xx -5xx | * /* |
6565
6666## find_api_endpoint
6767
@@ -109,7 +109,7 @@ if res.api_endpoint is not None:
109109
110110| Error Object | Status Code | Content Type |
111111| --------------- | --------------- | --------------- |
112- | errors.SDKError | 4x -5xx | * /* |
112+ | errors.SDKError | 4xx -5xx | * /* |
113113
114114## generate_open_api_spec_for_api_endpoint
115115
@@ -157,7 +157,7 @@ if res.generate_open_api_spec_diff is not None:
157157
158158| Error Object | Status Code | Content Type |
159159| --------------- | --------------- | --------------- |
160- | errors.SDKError | 4x -5xx | * /* |
160+ | errors.SDKError | 4xx -5xx | * /* |
161161
162162## generate_postman_collection_for_api_endpoint
163163
@@ -204,7 +204,7 @@ if res.postman_collection is not None:
204204
205205| Error Object | Status Code | Content Type |
206206| --------------- | --------------- | --------------- |
207- | errors.SDKError | 4x -5xx | * /* |
207+ | errors.SDKError | 4xx -5xx | * /* |
208208
209209## get_all_api_endpoints
210210
@@ -249,7 +249,7 @@ if res.api_endpoints is not None:
249249
250250| Error Object | Status Code | Content Type |
251251| --------------- | --------------- | --------------- |
252- | errors.SDKError | 4x -5xx | * /* |
252+ | errors.SDKError | 4xx -5xx | * /* |
253253
254254## get_all_for_version_api_endpoints
255255
@@ -295,7 +295,7 @@ if res.api_endpoints is not None:
295295
296296| Error Object | Status Code | Content Type |
297297| --------------- | --------------- | --------------- |
298- | errors.SDKError | 4x -5xx | * /* |
298+ | errors.SDKError | 4xx -5xx | * /* |
299299
300300## get_api_endpoint
301301
@@ -342,7 +342,7 @@ if res.api_endpoint is not None:
342342
343343| Error Object | Status Code | Content Type |
344344| --------------- | --------------- | --------------- |
345- | errors.SDKError | 4x -5xx | * /* |
345+ | errors.SDKError | 4xx -5xx | * /* |
346346
347347## upsert_api_endpoint
348348
@@ -397,4 +397,4 @@ if res.api_endpoint is not None:
397397
398398| Error Object | Status Code | Content Type |
399399| --------------- | --------------- | --------------- |
400- | errors.SDKError | 4x -5xx | * /* |
400+ | errors.SDKError | 4xx -5xx | * /* |
0 commit comments