Skip to content

Commit 53c928c

Browse files
feat(api): api update (#153)
1 parent 9433265 commit 53c928c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d3cf17b167ebc2abbcbe668904c4e2b69b1697b340249afbcffcd329366eea34.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-ad8e080c2347b3f28d64f49cf02c2ab4a69b7bf289fd7eb018c955d8915bb990.yml

src/resources/projects.ts

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export class Projects extends APIResource {
2929
export interface Project {
3030
id: string;
3131

32+
/**
33+
* The maximum number of sessions that this project can run concurrently.
34+
*/
3235
concurrency: number;
3336

3437
createdAt: string;

0 commit comments

Comments
 (0)