summaryrefslogtreecommitdiff
path: root/docs/api/admin_api.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-09-29 00:34:14 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-09-29 00:34:14 +0000
commitf31ad5549b4048e03171ef9ab83ed6c0815745cc (patch)
tree8e964eeab708688b12c8cd11235704b30d704793 /docs/api/admin_api.md
parent239cf46eb42240d97b4bfa66e61cc54bdcbbbee6 (diff)
parente46dfd929548758cb99f8ea1bd7bf7e60b65833b (diff)
downloadpleroma-f31ad5549b4048e03171ef9ab83ed6c0815745cc.tar.gz
pleroma-f31ad5549b4048e03171ef9ab83ed6c0815745cc.zip
Merge branch 'chores/1691-breaking-change' into 'develop'
!1691 is a breaking change + documentation fixes See merge request pleroma/pleroma!1739
Diffstat (limited to 'docs/api/admin_api.md')
-rw-r--r--docs/api/admin_api.md4
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"
}
```