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
@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).
13
13
14
14
<!-- x-release-please-start-version -->
15
15
16
-
The REST API documentation can be found on [docs.stagehand.dev](https://docs.stagehand.dev). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.3.0).
16
+
The REST API documentation can be found on [docs.stagehand.dev](https://docs.stagehand.dev). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.4.0).
17
17
18
18
<!-- x-release-please-end -->
19
19
@@ -24,7 +24,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
Copy file name to clipboardExpand all lines: stagehand-java-client-okhttp/src/main/kotlin/com/browserbase/api/client/okhttp/StagehandOkHttpClientAsync.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ class StagehandOkHttpClientAsync private constructor() {
157
157
/**
158
158
* The base URL to use for every request.
159
159
*
160
-
* Defaults to the production environment: `https://api.stagehand.browserbase.com/v1`.
160
+
* Defaults to the production environment: `https://api.stagehand.browserbase.com`.
0 commit comments