From: Haelwenn (lanodan) Monnier Date: Sun, 29 Sep 2019 00:14:53 +0000 (+0200) Subject: admin_api.md: Put data-type info as the values X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=717cb4f9332a9cb71d6965ad9eea13861892881e;p=akkoma 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). --- 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" } ```