Also send the restoreKey for the backup done webhook

This commit is contained in:
Johannes Zellner
2015-08-25 11:45:17 -07:00
parent c63065e460
commit d1f159cdb4
+1
View File
@@ -25,6 +25,7 @@ function backupDone(filename, app, appBackupIds, callback) {
var url = config.apiServerOrigin() + '/api/v1/boxes/' + config.fqdn() + '/backupDone';
var data = {
boxVersion: config.version(),
restoreKey: filename,
appId: app ? app.id : null,
appVersion: app ? app.manifest.version : null,
appBackupIds: appBackupIds