You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -148,6 +158,7 @@ res = s.settings.create_api_key(req,
148
158
if res.api_key_details isnotNone:
149
159
# handle response
150
160
pass
161
+
151
162
```
152
163
153
164
If you'd like to override the default retry strategy for all operations that support retries, you can use the `retry_config` optional parameter when initializing the SDK:
@@ -157,7 +168,7 @@ from codatplatform.models import shared
157
168
from codatplatform.utils import BackoffStrategy, RetryConfig
Copy file name to clipboardExpand all lines: platform/docs/models/operations/getcompanydatastatusresponse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@
8
8
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
9
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
10
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
11
-
|`data_statuses`|Dict[str, [shared.DataStatus](../../models/shared/datastatus.md)]|:heavy_minus_sign:| OK |
11
+
|`data_statuses`|[Optional[shared.DataStatuses]](../../models/shared/datastatuses.md)|:heavy_minus_sign:| OK |
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation ||
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation ||
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing ||
0 commit comments