Skip to content

Commit

Permalink
Fix name and description of connection_id
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed Mar 6, 2020
1 parent 0cb767d commit af828e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/management/JobsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ JobsManager.prototype.get = function(params, cb) {
* });
*
* @param {Object} data Users import data.
* @param {String} data.connectionId Connection for the users insertion.
* @param {String} data.connection_id connection_id of the connection to which users will be imported.
* @param {String} data.users Path to the users data file.
* @param {String} data.users_json JSON data for the users.
* @param {String} data.upsert OPTIONAL: set to true to upsert users, defaults to false
Expand Down
2 changes: 1 addition & 1 deletion src/management/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ utils.wrapPropertyMethod(ManagementClient, 'getJob', 'jobs.get');
* });
*
* @param {Object} data Users import data.
* @param {String} data.connectionId Connection for the users insertion.
* @param {String} data.connection_id connection_id of the connection to which users will be imported.
* @param {String} data.users Path to the users data file.
* @param {String} data.users_json JSON data for the users.
* @param {String} data.upsert OPTIONAL: set to true to upsert users, defaults to false
Expand Down

0 comments on commit af828e6

Please sign in to comment.