diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-09-29 02:14:53 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-09-29 02:14:53 +0200 |
commit | 717cb4f9332a9cb71d6965ad9eea13861892881e (patch) | |
tree | 3d8494f33996a0abc0db1f2f1e4aee3bc5acecce | |
parent | 51a4a211a3d1ac650e452a1ee9e9dd0d40040595 (diff) | |
download | pleroma-717cb4f9332a9cb71d6965ad9eea13861892881e.tar.gz |
admin_api.md: Put data-type info as the values
Similar to how the other responses examples are done,
this also makes it proper JSON (as it doesn’t have comments).
-rw-r--r-- | docs/api/admin_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index 8795c2628..ee9e68cb1 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -312,8 +312,8 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret ```json { - "token": "U13DX6muOvpRsj35_ij9wLxUbkU-eFvfKttxs6gIajo=", // password reset token (base64 string) - "link": "https://pleroma.social/api/pleroma/password_reset/U13DX6muOvpRsj35_ij9wLxUbkU-eFvfKttxs6gIajo%3D" + "token": "base64 reset token", + "link": "https://pleroma.social/api/pleroma/password_reset/url-encoded-base64-token" } ``` |