diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-07-12 16:23:06 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-12 16:23:06 -0500 |
commit | e40b58fd563d327727fb3f304a5d1a55b2f6f2e4 (patch) | |
tree | 8ae773cf3b60c62fcd8096ed787da72440edc7a5 /docs/development/API/pleroma_api.md | |
parent | 9a0cb34c8c3a3c47ad5074bd73ad5369ee852192 (diff) | |
parent | 173e977e283789a814278c63bc81f40a13942e21 (diff) | |
download | pleroma-e40b58fd563d327727fb3f304a5d1a55b2f6f2e4.tar.gz pleroma-e40b58fd563d327727fb3f304a5d1a55b2f6f2e4.zip |
Merge remote-tracking branch 'pleroma/develop' into fix-object-deletion-timeout
Diffstat (limited to 'docs/development/API/pleroma_api.md')
-rw-r--r-- | docs/development/API/pleroma_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/API/pleroma_api.md b/docs/development/API/pleroma_api.md index d896f0ce7..8f6422da0 100644 --- a/docs/development/API/pleroma_api.md +++ b/docs/development/API/pleroma_api.md @@ -300,7 +300,7 @@ See [Admin-API](admin_api.md) * Note: Behaves exactly the same as `POST /api/v1/upload`. Can only accept images - any attempt to upload non-image files will be met with `HTTP 415 Unsupported Media Type`. -## `/api/v1/pleroma/notification_settings` +## `/api/pleroma/notification_settings` ### Updates user notification settings * Method `PUT` * Authentication: required |