Skip to content

Commit 5cc20d8

Browse files
[concept-insights] Added documentation to the constructor
1 parent e53e71f commit 5cc20d8

File tree

1 file changed

+3
-1
lines changed
  • services/concept_insights

1 file changed

+3
-1
lines changed

services/concept_insights/v2.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ function formatConceptIds(ids) {
4949

5050
/**
5151
*
52-
* @param options
52+
* @param {string} [somebody=https://gateway.watsonplatform.net/concept-insights/api] The service URL.
53+
* @param {string} username Username
54+
* @param {string} password Password
5355
* @constructor
5456
*/
5557
function ConceptInsights(options) {

0 commit comments

Comments
 (0)