describe arguments for 'completeUpload' RPC

pull/1/head
ansuz 4 years ago
parent e185008846
commit faa84bcbd7

@ -427,9 +427,9 @@ Workers.initialize = function (Env, config, _cb) {
Env.completeUpload = function (safeKey, arg, owned, cb) {
sendCommand({
command: "COMPLETE_UPLOAD",
owned: owned,
safeKey: safeKey,
arg: arg,
owned: owned, // Boolean
safeKey: safeKey, // String (public key)
arg: arg, // String (file id)
}, cb);
};

Loading…
Cancel
Save