diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-07-17 15:03:43 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-17 15:03:43 -0500 |
commit | 3674179b26b3351e34f527b7e267a5ff0f551c2e (patch) | |
tree | ef705aed9e5ea92bfe5de04e1353d365b842e94e /docs/development/API/pleroma_api.md | |
parent | bad79f79e65dc9b093f364393b802c67d632a5c6 (diff) | |
parent | 3f58213646238aeca542e2f69ef3bbf0105eaa5d (diff) | |
download | pleroma-3674179b26b3351e34f527b7e267a5ff0f551c2e.tar.gz pleroma-3674179b26b3351e34f527b7e267a5ff0f551c2e.zip |
Merge remote-tracking branch 'pleroma/develop' into instance-deletion
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 |