mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add PUT '/migration' to avoid specifying the list of the migrations to run
This commit is contained in:
parent
20553de539
commit
63f9048504
1 changed files with 3 additions and 1 deletions
|
@ -1551,7 +1551,9 @@ tools:
|
|||
### tools_migrations_run()
|
||||
run:
|
||||
action_help: Run migrations
|
||||
api: PUT /migrations/<targets>
|
||||
api:
|
||||
- PUT /migrations
|
||||
- PUT /migrations/<targets>
|
||||
deprecated_alias:
|
||||
- migrate
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue