File tree 2 files changed +3
-3
lines changed
src/browserbase/resources
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 18
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-b341dd9d5bb77c4f217b94b186763e730fd798fbb773a5e90bb4e2a8d4a2c822 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d8e42f141c0955e8100ca3ce041ce8dedf5dcf68b04e554a5704e4c2003c2fd4 .yml
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def list(
84
84
extra_body : Body | None = None ,
85
85
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
86
86
) -> ProjectListResponse :
87
- """List all projects"""
87
+ """List projects"""
88
88
return self ._get (
89
89
"/v1/projects" ,
90
90
options = make_request_options (
@@ -190,7 +190,7 @@ async def list(
190
190
extra_body : Body | None = None ,
191
191
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
192
192
) -> ProjectListResponse :
193
- """List all projects"""
193
+ """List projects"""
194
194
return await self ._get (
195
195
"/v1/projects" ,
196
196
options = make_request_options (
You can’t perform that action at this time.
0 commit comments