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
<!-- Start Available Resources and Operations [operations]-->
48
47
## Available Resources and Operations
49
48
50
49
### [SDK](docs/sdks/sdk/README.md)
@@ -105,13 +104,29 @@ end
105
104
*[get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
106
105
*[get_valid_embed_access_tokens](docs/sdks/embeds/README.md#get_valid_embed_access_tokens) - Get all valid embed access tokens for the current workspace.
107
106
*[revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
108
-
<!-- End SDK Available Operations -->
107
+
<!-- End Available Resources and Operations [operations] -->
108
+
109
+
110
+
111
+
<!-- Start Server Selection [server] -->
112
+
## Server Selection
113
+
114
+
## Server Selection
115
+
116
+
### Select Server by Name
117
+
118
+
You can override the default server globally by passing a server name to the `server: str` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
The default server can also be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
129
+
<!-- End Server Selection [server] -->
115
130
116
131
<!-- Placeholder for Future Speakeasy SDK Sections -->
0 commit comments