aboutsummaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-06 15:04:21 +0300
committerrinpatch <rinpatch@sdf.org>2020-02-06 15:04:21 +0300
commit6769ecd948c8bd69bc9ba7af7d291142dc062af1 (patch)
tree5f9d3e268341e92acc1e4aed6d7f5741c400a273 /docs/API
parent6722dade42d5f404c00386b0336d821028d58d7c (diff)
parent15cb1f6804fde19330a3c1f06eb24802c7503be3 (diff)
downloadpleroma-6769ecd948c8bd69bc9ba7af7d291142dc062af1.tar.gz
Merge branch 'develop' into fix/dymamic-docs
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API/admin_api.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md
index 07aa7ec3f..e445583cb 100644
--- a/docs/API/admin_api.md
+++ b/docs/API/admin_api.md
@@ -665,11 +665,9 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret
- 404 Not Found `"Not found"`
- On success: 200 OK `{}`
-## `GET /api/pleroma/admin/config/migrate_from_db`
+## `GET /api/pleroma/admin/restart`
-### Run mix task pleroma.config migrate_from_db
-
-Copies all settings from database to `config/{env}.exported_from_db.secret.exs` with deletion from the table. Where `{env}` is the environment in which `pleroma` is running.
+### Restarts pleroma application
- Params: none
- Response: