Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b17a3b8

Browse files
stainless-app[bot]stainless-bot
authored andcommittedNov 5, 2024
feat(api): api update (#48)
1 parent d865f5e commit b17a3b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-b341dd9d5bb77c4f217b94b186763e730fd798fbb773a5e90bb4e2a8d4a2c822.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d8e42f141c0955e8100ca3ce041ce8dedf5dcf68b04e554a5704e4c2003c2fd4.yml

‎src/browserbase/resources/projects.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def list(
8484
extra_body: Body | None = None,
8585
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
8686
) -> ProjectListResponse:
87-
"""List all projects"""
87+
"""List projects"""
8888
return self._get(
8989
"/v1/projects",
9090
options=make_request_options(
@@ -190,7 +190,7 @@ async def list(
190190
extra_body: Body | None = None,
191191
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
192192
) -> ProjectListResponse:
193-
"""List all projects"""
193+
"""List projects"""
194194
return await self._get(
195195
"/v1/projects",
196196
options=make_request_options(

0 commit comments

Comments
 (0)
Please sign in to comment.