@@ -54,7 +54,7 @@ def create(
54
54
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
55
55
) -> ProjectCreateResponse :
56
56
"""
57
- Create a project under the current workspace.
57
+ Create a project in your workspace.
58
58
59
59
Args:
60
60
name: The project name.
@@ -104,7 +104,7 @@ def list(
104
104
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
105
105
) -> ProjectListResponse :
106
106
"""
107
- List the projects in a user 's workspace .
107
+ List your workspace 's projects .
108
108
109
109
Args:
110
110
name: Filter list of items by project name.
@@ -168,7 +168,7 @@ async def create(
168
168
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
169
169
) -> ProjectCreateResponse :
170
170
"""
171
- Create a project under the current workspace.
171
+ Create a project in your workspace.
172
172
173
173
Args:
174
174
name: The project name.
@@ -218,7 +218,7 @@ async def list(
218
218
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
219
219
) -> ProjectListResponse :
220
220
"""
221
- List the projects in a user 's workspace .
221
+ List your workspace 's projects .
222
222
223
223
Args:
224
224
name: Filter list of items by project name.
0 commit comments