We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edff0ac + 50b0678 commit 1456df0Copy full SHA for 1456df0
src/baseclient.js
@@ -167,7 +167,7 @@ BaseClient.prototype = {
167
* @param {string} path - Path relative to the module root
168
* @param {string|ArrayBuffer|ArrayBufferView} body - Raw data to store
169
*
170
- * @returns {Promise} A promise for an object
+ * @returns {Promise} A promise for the created/updated revision (ETag)
171
*/
172
storeFile: function (mimeType, path, body) {
173
if (typeof(mimeType) !== 'string') {
0 commit comments