Skip to content

Commit a5a66d6

Browse files
feat(api): manual updates
1 parent 2b8487b commit a5a66d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-e52e8d3513159931200e5d4bd32cfdc475fe6e7db6b8015c394f5625b5a3ce1f.yml
3-
openapi_spec_hash: fa597eb985cd1c3ba03acf68d6416857
4-
config_hash: b138dc33d4d0880499266048be517958
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-705638ac8966569986bd9ebb7c9761bf0016909e9f2753e77ceabb12c8049511.yml
3+
openapi_spec_hash: a8fbbcaa38e91c7f97313620b42d8d62
4+
config_hash: a35b56eb05306a0f02e83c11d57f975f

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ import com.browserbase.api.models.sessions.SessionStartParams;
203203
import com.browserbase.api.models.sessions.SessionStartResponse;
204204

205205
SessionStartParams params = SessionStartParams.builder()
206-
.browserbaseApiKey("BROWSERBASE_API_KEY")
207-
.browserbaseProjectId("BROWSERBASE_PROJECT_ID")
206+
.browserbaseApiKey("your Browserbase API key")
207+
.browserbaseProjectId("your Browserbase Project ID")
208208
.build();
209209
HttpResponseFor<SessionStartResponse> response = client.sessions().withRawResponse().start(params);
210210

0 commit comments

Comments
 (0)