Merge branch 'remove-linker-scheme-option' into 'develop'
[akkoma] / docs / API / admin_api.md
index 07aa7ec3f56f22cd37b0e43de9656e7a7393e38a..2c0c5f46b8f0bad465f3179b7810b14e1e470f04 100644 (file)
@@ -665,6 +665,19 @@ 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/restart`
+
+### Restarts pleroma application
+
+- Params: none
+- Response:
+  - On failure:
+    - 400 Bad Request `"To use this endpoint you need to enable configuration from database."`
+
+```json
+{}
+```
+
 ## `GET /api/pleroma/admin/config/migrate_from_db`
 
 ### Run mix task pleroma.config migrate_from_db