Skip to content

Commit b7169f4

Browse files
feat(api): manual updates
1 parent bc53c1a commit b7169f4

2 files changed

Lines changed: 3 additions & 3 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-eab9713fd85da68b41e881dfd9cd71f654e8620132da2023bab7dd01e5f7852e.yml
3-
openapi_spec_hash: b5037b26fbe7360c6bfaf9947a65bb85
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-911102f2eaf3be4b34381f6ba089330bed099bb72eb93667ce2f6e72b5934c8c.yml
3+
openapi_spec_hash: 637ad417a580137914441bd790b04cc2
44
config_hash: 70f9408b8d1dfbcf262a20d6eed50e1c

file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func TestFileUploadWithOptionalParams(t *testing.T) {
225225
option.WithPassword("My Password"),
226226
)
227227
_, err := client.Files.Upload(context.TODO(), imagekit.FileUploadParams{
228-
File: "https://www.example.com/path/to-image.jpg",
228+
File: "file",
229229
FileName: "fileName",
230230
Token: imagekit.String("token"),
231231
Checks: imagekit.String("\"request.folder\" : \"marketing/\"\n"),

0 commit comments

Comments
 (0)