Skip to content

Commit 18b3592

Browse files
authored
Update javascript-thumb.md
1 parent 04e2e1e commit 18b3592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/javascript-thumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To create and run the sample, do the following steps:
5151
var subscriptionKey = document.getElementById("subscriptionKey").value;
5252
var endpoint = document.getElementById("endpointUrl").value;
5353
54-
var uriBase = endpoint + "vision/v2.1/generateThumbnail";
54+
var uriBase = endpoint + "vision/v3.0/generateThumbnail";
5555
5656
// Request parameters.
5757
var params = "?width=100&height=150&smartCropping=true";

0 commit comments

Comments
 (0)