diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-07-18 11:36:41 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-18 11:49:22 -0500 |
commit | 62bf6d67e393d2b290d226e8505d622d944c9a26 (patch) | |
tree | e1503a97fcc551b1495e3c98b2acc889e8a48299 /docs/development/API/pleroma_api.md | |
parent | 70f1496eb861650d16310205cef1957fcd201948 (diff) | |
parent | 3f58213646238aeca542e2f69ef3bbf0105eaa5d (diff) | |
download | pleroma-62bf6d67e393d2b290d226e8505d622d944c9a26.tar.gz pleroma-62bf6d67e393d2b290d226e8505d622d944c9a26.zip |
Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes
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 |