diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-09-22 16:45:38 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-09-22 16:45:38 +0300 |
commit | f89fe3ac06505cc07372fcdefdc3fde72d1f04a0 (patch) | |
tree | 5764ada1d57c9a4ff366c5a5b0fb9ca5b4b45e1a | |
parent | 72a01f1350239d286978007883a087f8f3985d1b (diff) | |
download | pleroma-f89fe3ac06505cc07372fcdefdc3fde72d1f04a0.tar.gz pleroma-f89fe3ac06505cc07372fcdefdc3fde72d1f04a0.zip |
Update docs
-rw-r--r-- | docs/api/admin_api.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index 9362e3d78..8bc6379aa 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -298,7 +298,15 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret - Methods: `GET` - Params: none -- Response: password reset token (base64 string) +- Response: + +```json +{ + "token": "U13DX6muOvpRsj35_ij9wLxUbkU-eFvfKttxs6gIajo=", // password reset token (base64 string) + "link": "https://pleroma.social/api/pleroma/password_reset/U13DX6muOvpRsj35_ij9wLxUbkU-eFvfKttxs6gIajo%3D" +} +``` + ## `/api/pleroma/admin/reports` ### Get a list of reports |