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
Copy file name to clipboardExpand all lines: README.md
+110Lines changed: 110 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,116 @@ run();
356
356
```
357
357
<!-- End Global Parameters [global-parameters] -->
358
358
359
+
<!-- Start Retries [retries] -->
360
+
## Retries
361
+
362
+
Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
363
+
364
+
To change the default retry strategy for a single API call, simply provide a retryConfig object to the call:
|`request`|[operations.PostWorkspaceEventsRequest](../../sdk/models/operations/postworkspaceeventsrequest.md)|:heavy_check_mark:| The request object to use for the request. |
59
+
|`retries`|[utils.RetryConfig](../../internal/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client. |
59
60
|`config`|[AxiosRequestConfig](https://axios-http.com/docs/req_config)|:heavy_minus_sign:| Available config options for making requests. |
0 commit comments