mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #103 from zamentur/unstable
[fix] Allow restore to call yunohost action
This commit is contained in:
commit
8c3e27b769
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue