diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-07-27 08:29:53 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-27 08:29:53 -0500 |
commit | 33a19c002a9196cb67d3379d5237f9490c957f1b (patch) | |
tree | ba6cbd601f1c20560d627677b1332324898fb01f /docs/development/API/pleroma_api.md | |
parent | 94db0b7cd604022c65b9f70e5c5a939ac3ed4801 (diff) | |
parent | 7acdab1f305bac744a302e3b44e2e920d6bc8a47 (diff) | |
download | pleroma-33a19c002a9196cb67d3379d5237f9490c957f1b.tar.gz pleroma-33a19c002a9196cb67d3379d5237f9490c957f1b.zip |
Merge remote-tracking branch 'pleroma/develop' into errorview-json-fix
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 |