Merge pull request #103 from zamentur/unstable

[fix] Allow restore to call yunohost action
This commit is contained in:
Zamentur aka ljf 2015-10-03 00:42:54 +02:00
commit 8c3e27b769

View file

@ -608,6 +608,8 @@ backup:
restore: restore:
action_help: Restore from a local backup archive action_help: Restore from a local backup archive
api: POST /backup/restore/<name> api: POST /backup/restore/<name>
configuration:
lock: false
arguments: arguments:
name: name:
help: Name of the local backup archive help: Name of the local backup archive
@ -662,6 +664,8 @@ backup:
delete: delete:
action_help: Delete a backup archive action_help: Delete a backup archive
api: DELETE /backup/archives/<name> api: DELETE /backup/archives/<name>
configuration:
lock: false
arguments: arguments:
name: name:
help: Name of the archive to delete help: Name of the archive to delete