Skip to content

Commit 16cca54

Browse files
committed
tune docs for .addDeviceToProduct()
1 parent 57dc8bb commit 16cca54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Particle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ class Particle {
305305
* Add a device to a product or move device out of quarantine.
306306
* @param {Object} options Options for this API call
307307
* @param {String} options.deviceId Device ID
308-
* @param {Object} options.file Path to or Buffer of a single-column list of device IDs, device serial numbers, device IMEIs or device ICCIDs
309-
* Either a path or Buffer of the file contents in Node, or a File or Blob in the browser.
308+
* @param {Object} options.file A file that contains a single-column list of device IDs, device serial numbers, device IMEIs, or devie ICCIDs.
309+
* Node: Either a path or Buffer. Browser: a File or Blob.
310310
* @param {String} options.product Add to this product ID or slug
311311
* @param {String} options.auth Access Token
312312
* @returns {Promise} A promise

0 commit comments

Comments
 (0)