Skip to content

Commit 5d1e891

Browse files
feat: remove paid plan gating from project endpoints
1 parent 3b63233 commit 5d1e891

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

project.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ func NewProjectService(opts ...option.RequestOption) (r ProjectService) {
4545
return
4646
}
4747

48-
// Create a new project within the authenticated organization. Requires a paid plan
49-
// and the projects feature flag.
48+
// Create a new project within the authenticated organization. Requires the
49+
// projects feature flag.
5050
func (r *ProjectService) New(ctx context.Context, body ProjectNewParams, opts ...option.RequestOption) (res *Project, err error) {
5151
opts = slices.Concat(r.Options, opts)
5252
path := "projects"

0 commit comments

Comments
 (0)