mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Update backup_restore api route and configuration
This commit is contained in:
parent
b57d945af9
commit
a4acd4c4e5
1 changed files with 1 additions and 3 deletions
|
@ -600,9 +600,7 @@ backup:
|
||||||
### backup_restore()
|
### backup_restore()
|
||||||
restore:
|
restore:
|
||||||
action_help: Restore from a local backup archive
|
action_help: Restore from a local backup archive
|
||||||
api: POST /restore
|
api: POST /backup/restore/<name>
|
||||||
configuration:
|
|
||||||
authenticate: false
|
|
||||||
arguments:
|
arguments:
|
||||||
name:
|
name:
|
||||||
help: Name of the local backup archive
|
help: Name of the local backup archive
|
||||||
|
|
Loading…
Add table
Reference in a new issue