Skip to content

Commit 2703985

Browse files
feat(api): OpenAPI spec update via Stainless API (#257)
1 parent 6db15ca commit 2703985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/openlayer/resources/projects/projects.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def create(
5454
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5555
) -> ProjectCreateResponse:
5656
"""
57-
Create a project under the current workspace.
57+
Create a project in your workspace.
5858
5959
Args:
6060
name: The project name.
@@ -104,7 +104,7 @@ def list(
104104
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
105105
) -> ProjectListResponse:
106106
"""
107-
List the projects in a user's workspace.
107+
List your workspace's projects.
108108
109109
Args:
110110
name: Filter list of items by project name.
@@ -168,7 +168,7 @@ async def create(
168168
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
169169
) -> ProjectCreateResponse:
170170
"""
171-
Create a project under the current workspace.
171+
Create a project in your workspace.
172172
173173
Args:
174174
name: The project name.
@@ -218,7 +218,7 @@ async def list(
218218
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
219219
) -> ProjectListResponse:
220220
"""
221-
List the projects in a user's workspace.
221+
List your workspace's projects.
222222
223223
Args:
224224
name: Filter list of items by project name.

0 commit comments

Comments
 (0)