Skip to content

Commit cc22fef

Browse files
feat(api): manual updates
1 parent 051d622 commit cc22fef

3 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: 42
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-667f7f4988b44bc587d6eb9960ff5c8326e9f7e9b072f3f724f9f54166eff8b1.yml
3-
openapi_spec_hash: f2081864a4abee0480e5ff991b4c936a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-0470196862abd722b09f1af798d6f2bcbdeba0f82d1162f57c287b1a43233531.yml
3+
openapi_spec_hash: 043dd7c67d741d0034b86f2fc0bce072
44
config_hash: 70f9408b8d1dfbcf262a20d6eed50e1c

betav2file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ type BetaV2FileUploadParams struct {
355355
// JSON key-value pairs to associate with the asset. Create the custom metadata
356356
// fields before setting these values.
357357
CustomMetadata map[string]any `json:"customMetadata,omitzero"`
358-
// Array of extensions to be applied to the image. Each extension can be configured
358+
// Array of extensions to be applied to the asset. Each extension can be configured
359359
// with specific parameters based on the extension type.
360360
Extensions []BetaV2FileUploadParamsExtensionUnion `json:"extensions,omitzero"`
361361
// Array of response field keys to include in the API response body.

file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ type FileUploadParams struct {
13601360
// JSON key-value pairs to associate with the asset. Create the custom metadata
13611361
// fields before setting these values.
13621362
CustomMetadata map[string]any `json:"customMetadata,omitzero"`
1363-
// Array of extensions to be applied to the image. Each extension can be configured
1363+
// Array of extensions to be applied to the asset. Each extension can be configured
13641364
// with specific parameters based on the extension type.
13651365
Extensions []FileUploadParamsExtensionUnion `json:"extensions,omitzero"`
13661366
// Array of response field keys to include in the API response body.

0 commit comments

Comments
 (0)