Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ssterli2 committed Dec 6, 2022
1 parent e56e34d commit 89bd2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/searchbyimage.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$destFilename = "testimage.jpg";
$sourceFilepath = "filepath/to/testimage.jpg";

$uploadedImageResponse = $client->SearchImagesCreativeByImage()->addToBucketAndSearchAsync($destFilename, $sourceFilepath)->execute();
$uploadedImageResponse = $client->SearchImagesCreativeByImage()->addToBucketAndSearch($destFilename, $sourceFilepath)->execute();

echo $uploadedImageResponse;

Expand Down

0 comments on commit 89bd2c3

Please sign in to comment.