Skip to content

Commit e251459

Browse files
feat: Expose POST /projects in public API
1 parent 987711b commit e251459

2 files changed

Lines changed: 3 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/kernel-85604d59d55171797ed7e5e60f46532e7825ccfcaf6ee1319284d513f582a9cf.yml
3-
openapi_spec_hash: 9dd204b37a357b19032aea9eb4496645
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-982efd191c23737c9e1cdbcbf9237fa2231b9f74e0a25db2870293bdf9951c21.yml
3+
openapi_spec_hash: eeb27952a4cc939316c24fc0ce2c9e3a
44
config_hash: 08d55086449943a8fec212b870061a3f

src/resources/projects/projects.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ 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 the
20-
* projects feature flag.
19+
* Create a new project within the authenticated organization.
2120
*
2221
* @example
2322
* ```ts

0 commit comments

Comments
 (0)