add PUT '/migration' to avoid specifying the list of the migrations to run

This commit is contained in:
axolotle 2021-03-22 22:31:18 +01:00
parent 20553de539
commit 63f9048504

View file

@ -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: