From af828e60f0249ea4567183765f684b4778170106 Mon Sep 17 00:00:00 2001 From: orangain Date: Sat, 7 Mar 2020 00:01:45 +0900 Subject: [PATCH] Fix name and description of connection_id --- src/management/JobsManager.js | 2 +- src/management/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/management/JobsManager.js b/src/management/JobsManager.js index a7db0fb3f..49da380df 100644 --- a/src/management/JobsManager.js +++ b/src/management/JobsManager.js @@ -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 diff --git a/src/management/index.js b/src/management/index.js index a6faed297..eae60dbd1 100644 --- a/src/management/index.js +++ b/src/management/index.js @@ -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