File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 127
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-1dffe057847b596dd311ce4b6e0e8036126dce3e97d390636c9c8e6d2f4823e1 .yml
3- openapi_spec_hash : c06336c199ee64c222ba3122deae9463
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-6568ec20bad9bc5257619dae6b6817eedc308f8b74453912e660df95e329e44a .yml
3+ openapi_spec_hash : 17b9ed1a0a3193731c52c4b1aac2b5b8
44config_hash : 77ee715aa17061166f9a02b264a21b8d
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export type ProjectsOffsetPagination = OffsetPagination<Project>;
9191
9292export interface CreateProjectRequest {
9393 /**
94- * Project name (1-255 characters )
94+ * Project name (1-255 Unicode code points )
9595 */
9696 name : string ;
9797}
@@ -125,7 +125,7 @@ export interface Project {
125125
126126export interface UpdateProjectRequest {
127127 /**
128- * New project name
128+ * New project name (1-255 Unicode code points)
129129 */
130130 name ?: string ;
131131
@@ -137,14 +137,14 @@ export interface UpdateProjectRequest {
137137
138138export interface ProjectCreateParams {
139139 /**
140- * Project name (1-255 characters )
140+ * Project name (1-255 Unicode code points )
141141 */
142142 name : string ;
143143}
144144
145145export interface ProjectUpdateParams {
146146 /**
147- * New project name
147+ * New project name (1-255 Unicode code points)
148148 */
149149 name ?: string ;
150150
You can’t perform that action at this time.
0 commit comments