We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8492ac5 commit 6012707Copy full SHA for 6012707
1 file changed
lib/rest-client.js
@@ -45,7 +45,7 @@ module.exports = CoreObject.extend({
45
var version = this._uploadKey(keyPrefix, revisionKey);
46
47
var requestBody = {
48
- id: version,
+ version,
49
body: value,
50
};
51
0 commit comments