diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-04 10:37:43 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-04 10:37:43 +0000 |
commit | 377aa9fb90ff1c8537112f23bfc329f1ac0696b4 (patch) | |
tree | 91ccd475ce45693d74ad4df936c590457e2f4ff8 | |
parent | 7c3838090f86fbfdbf4e45fcfbabc21c19f26924 (diff) | |
download | pleroma-377aa9fb90ff1c8537112f23bfc329f1ac0696b4.tar.gz |
Apply suggestion to docs/api/pleroma_api.md
-rw-r--r-- | docs/api/pleroma_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md index e76a35b3b..c08ee9ecd 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -126,7 +126,7 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi ## `/api/pleroma/admin/`… See [Admin-API](Admin-API.md) -## `/api/pleroma/v1/notifications/read` +## `/api/v1/pleroma/notifications/read` ### Mark notifications as read * Method `POST` * Authentication: required |