Skip to content

Commit 233a5a7

Browse files
committed
database parameter in JSDoc for create client
1 parent d9acf00 commit 233a5a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/marklogic.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ function expandExtlibsWrapper(action, args) {
217217
* @function module:marklogic.createDatabaseClient
218218
* @param {string} [host=localhost] - the host with the REST server for the database
219219
* @param {number} [port=8000] - the port with the REST server for the database
220+
* @param {string} [database] - the name of the database to access, defaulting
221+
* to the database for the AppServer on the port
220222
* @param {string} user - the user with permission to access the database
221223
* @param {string} password - the password for the user with permission to access
222224
* the database

0 commit comments

Comments
 (0)