File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
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
4
4
config_hash : 70f9408b8d1dfbcf262a20d6eed50e1c
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def upload(
161
161
162
162
description: Optional text to describe the contents of the file.
163
163
164
- extensions: Array of extensions to be applied to the image . Each extension can be configured
164
+ extensions: Array of extensions to be applied to the asset . Each extension can be configured
165
165
with specific parameters based on the extension type.
166
166
167
167
folder: The folder path in which the image has to be uploaded. If the folder(s) didn't
@@ -413,7 +413,7 @@ async def upload(
413
413
414
414
description: Optional text to describe the contents of the file.
415
415
416
- extensions: Array of extensions to be applied to the image . Each extension can be configured
416
+ extensions: Array of extensions to be applied to the asset . Each extension can be configured
417
417
with specific parameters based on the extension type.
418
418
419
419
folder: The folder path in which the image has to be uploaded. If the folder(s) didn't
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ def upload(
490
490
the future. It should be in seconds. This field is only required for
491
491
authentication when uploading a file from the client side.
492
492
493
- extensions: Array of extensions to be applied to the image . Each extension can be configured
493
+ extensions: Array of extensions to be applied to the asset . Each extension can be configured
494
494
with specific parameters based on the extension type.
495
495
496
496
folder: The folder path in which the image has to be uploaded. If the folder(s) didn't
@@ -1061,7 +1061,7 @@ async def upload(
1061
1061
the future. It should be in seconds. This field is only required for
1062
1062
authentication when uploading a file from the client side.
1063
1063
1064
- extensions: Array of extensions to be applied to the image . Each extension can be configured
1064
+ extensions: Array of extensions to be applied to the asset . Each extension can be configured
1065
1065
with specific parameters based on the extension type.
1066
1066
1067
1067
folder: The folder path in which the image has to be uploaded. If the folder(s) didn't
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class FileUploadParams(TypedDict, total=False):
86
86
"""Optional text to describe the contents of the file."""
87
87
88
88
extensions : Iterable [Extension ]
89
- """Array of extensions to be applied to the image .
89
+ """Array of extensions to be applied to the asset .
90
90
91
91
Each extension can be configured with specific parameters based on the extension
92
92
type.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class FileUploadParams(TypedDict, total=False):
95
95
"""
96
96
97
97
extensions : Iterable [Extension ]
98
- """Array of extensions to be applied to the image .
98
+ """Array of extensions to be applied to the asset .
99
99
100
100
Each extension can be configured with specific parameters based on the extension
101
101
type.
You can’t perform that action at this time.
0 commit comments