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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,24 @@ with Documenso(
402
402
```
403
403
<!-- End Error Handling [errors] -->
404
404
405
-
<!-- No Server Selection [server] -->
405
+
<!-- Start Server Selection [server] -->
406
+
## Server Selection
407
+
### Override Server URL Per-Client
408
+
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:
0 commit comments