Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 83bd9c8

Browse files
committed
doc fixes for PS-5148 and PS-5644
1 parent aa195f9 commit 83bd9c8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lib/machines/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var assign = require('lodash.assign');
2424
* @param {string} [filter.autoSnapshotFrequency] - Optional autoSnapshotFrequency value to mactch on
2525
* @param {number} [filter.autoSnapshotSaveCount] - Optional autoSnapshotSaveCount value to mactch on
2626
* @param {string} [filter.agentType] - Optional agentType value to mactch on
27-
* @param {string} [filter.dtCreated] - Optional datatime created value to match on
27+
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
2828
* @param {string} [filter.state] - Optional state value to mactch on
2929
* @param {string} [filter.networkId] - Optional networkId to mactch on
3030
* @param {string} [filter.privateIpAddress] - Optional privateIpAddress to mactch on
@@ -33,7 +33,7 @@ var assign = require('lodash.assign');
3333
* @param {string} [filter.userId] - Optional userId to mactch on
3434
* @param {string} [filter.teamId] - Optional teamId to mactch on
3535
* @param {string} [filter.scriptId] - Optional scriptId to mactch on
36-
* @param {string} [filter.dtLastRun] - Optional script datatime last run value to match on
36+
* @param {string} [filter.dtLastRun] - Optional script datetime last run value to match on
3737
* @param {function} cb - Node-style error-first callback function
3838
* @returns {array} [ machine, ... ] - JSON array of machine objects
3939
* @example

lib/networks/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var assign = require('lodash.assign');
1313
* @param {string} [filter.id] - Optional network id to match on
1414
* @param {string} [filter.name] - Optional name to match on
1515
* @param {string} [filter.region] - Optional region to match on
16-
* @param {string} [filter.dtCreated] - Optional datatime created value to match on
16+
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
1717
* @param {string} [filter.network] - Optional network to mactch on
1818
* @param {string} [filter.netmask] - Optional netmask to mactch on
1919
* @param {string} [filter.teamId] - Optional teamId to mactch on

lib/scripts/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var assign = require('lodash.assign');
1515
* @param {string} [filter.ownerId] - Optional ownerId to match on, either a userId or teamId
1616
* @param {string} [filter.name] - Optional name to match on
1717
* @param {string} [filter.description] - Optional description to mactch on
18-
* @param {string} [filter.dtCreated] - Optional datatime created value to match on
18+
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
1919
* @param {boolean} [filter.isEnabled] - Optional isEnabled value to match on, either true or false
2020
* @param {boolean} [filter.runOnce] - Optional runOnce value to match on, either true or false
2121
* @param {function} cb - Node-style error-first callback function

lib/templates/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var assign = require('lodash.assign');
1414
* @param {string} [filter.name] - Optional name to match on
1515
* @param {string} [filter.label] - Optional label to mactch on
1616
* @param {string} [filter.os] - Optional os to match on
17-
* @param {string} [filter.dtCreated] - Optional datatime created value to match on
17+
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
1818
* @param {string} [filter.teamId] - Optional teamId to match on
1919
* @param {string} [filter.userId] - Optional userId to match on
2020
* @param {string} [filter.region] - Optional region to match on
@@ -29,7 +29,7 @@ var assign = require('lodash.assign');
2929
* @example
3030
* # HTTP request:
3131
* https://api.paperspace.io
32-
* GET /templates/geTemplates
32+
* GET /templates/getTemplates
3333
* x-api-key: 1ba4f98e7c0...
3434
* # Returns 200 on success
3535
* @example

lib/users/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var assign = require('lodash.assign');
1414
* @param {string} [filter.email] - Optional email to match on
1515
* @param {string} [filter.firstname] - Optional firstname to mactch on
1616
* @param {string} [filter.lastname] - Optional lastname to match on
17-
* @param {string} [filter.dtCreated] - Optional datatime created value to match on
17+
* @param {string} [filter.dtCreated] - Optional datetime created value to match on
1818
* @param {string} [filter.teamId] - Optional teamId to match on
1919
* @param {function} cb - Node-style error-first callback function
2020
* @returns {array} [ user, ... ] - JSON array of user objects

0 commit comments

Comments
 (0)