Skip to content

Commit b1e057e

Browse files
feat: remove paid plan gating from project endpoints
1 parent bc37760 commit b1e057e

2 files changed

Lines changed: 4 additions & 4 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/resources/projects/projects.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export class Projects extends APIResource {
1616
limits: LimitsAPI.Limits = new LimitsAPI.Limits(this._client);
1717

1818
/**
19-
* Create a new project within the authenticated organization. Requires a paid plan
20-
* and the projects feature flag.
19+
* Create a new project within the authenticated organization. Requires the
20+
* projects feature flag.
2121
*
2222
* @example
2323
* ```ts

0 commit comments

Comments
 (0)