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 11configured_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
44config_hash : 70f9408b8d1dfbcf262a20d6eed50e1c
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def upload(
161161
162162 description: Optional text to describe the contents of the file.
163163
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
165165 with specific parameters based on the extension type.
166166
167167 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(
413413
414414 description: Optional text to describe the contents of the file.
415415
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
417417 with specific parameters based on the extension type.
418418
419419 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(
490490 the future. It should be in seconds. This field is only required for
491491 authentication when uploading a file from the client side.
492492
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
494494 with specific parameters based on the extension type.
495495
496496 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(
10611061 the future. It should be in seconds. This field is only required for
10621062 authentication when uploading a file from the client side.
10631063
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
10651065 with specific parameters based on the extension type.
10661066
10671067 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):
8686 """Optional text to describe the contents of the file."""
8787
8888 extensions : Iterable [Extension ]
89- """Array of extensions to be applied to the image .
89+ """Array of extensions to be applied to the asset .
9090
9191 Each extension can be configured with specific parameters based on the extension
9292 type.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class FileUploadParams(TypedDict, total=False):
9595 """
9696
9797 extensions : Iterable [Extension ]
98- """Array of extensions to be applied to the image .
98+ """Array of extensions to be applied to the asset .
9999
100100 Each extension can be configured with specific parameters based on the extension
101101 type.
You can’t perform that action at this time.
0 commit comments