We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7762b4 commit 17e55c0Copy full SHA for 17e55c0
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 18
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d3cf17b167ebc2abbcbe668904c4e2b69b1697b340249afbcffcd329366eea34.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-ad8e080c2347b3f28d64f49cf02c2ab4a69b7bf289fd7eb018c955d8915bb990.yml
src/resources/projects.ts
@@ -29,6 +29,9 @@ export class Projects extends APIResource {
29
export interface Project {
30
id: string;
31
32
+ /**
33
+ * The maximum number of sessions that this project can run concurrently.
34
+ */
35
concurrency: number;
36
37
createdAt: string;
0 commit comments