Skip to content

Commit 015dea5

Browse files
authored
updates visual rec example for iam
1 parent ab95209 commit 015dea5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,9 @@ var VisualRecognitionV3 = require('watson-developer-cloud/visual-recognition/v3'
554554
var fs = require('fs');
555555

556556
var visualRecognition = new VisualRecognitionV3({
557-
api_key: '<api_key>',
558-
version: '2016-05-20'
557+
url: '<service_url>',
558+
version: '2018-03-19',
559+
iam_apikey: '<iam_api_key>',
559560
});
560561

561562
var params = {

0 commit comments

Comments
 (0)