1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

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