Skip to content

Commit 552f89d

Browse files
feat: remove paid plan gating from project endpoints
1 parent c8281b9 commit 552f89d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 112
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-57bfd737f612a4f16965ef7eb85f709752f616a3941c451736a9ad76e4a1135f.yml
3-
openapi_spec_hash: 61d13a607970deefff0cbfe6b77ae6e8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-686a9addd4f9356ca26ff3ff04e1a11466d77a412859829075566394922b715d.yml
3+
openapi_spec_hash: 7a9e9c2023400d44bcbfb87b7ec07708
44
config_hash: 08d55086449943a8fec212b870061a3f

src/kernel/resources/projects/projects.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def create(
7272
) -> Project:
7373
"""Create a new project within the authenticated organization.
7474
75-
Requires a paid plan
76-
and the projects feature flag.
75+
Requires the
76+
projects feature flag.
7777
7878
Args:
7979
name: Project name (1-255 characters)
@@ -297,8 +297,8 @@ async def create(
297297
) -> Project:
298298
"""Create a new project within the authenticated organization.
299299
300-
Requires a paid plan
301-
and the projects feature flag.
300+
Requires the
301+
projects feature flag.
302302
303303
Args:
304304
name: Project name (1-255 characters)

0 commit comments

Comments
 (0)