diff options
author | Sean King <seanking2919@protonmail.com> | 2021-07-10 11:04:16 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-07-10 11:04:16 -0600 |
commit | 5d279a22b162e7d8a871db1b9368a888e92ea167 (patch) | |
tree | 1d89f3c93ee1dc46b185f6d438828fb0b572e6be /docs/development/API/pleroma_api.md | |
parent | 26d2c677b78b7cc22a98dfe4648e5b3f5b4da3ea (diff) | |
parent | aa9a6c3c056fde45b4c13c9c873cef9492b279e9 (diff) | |
download | pleroma-5d279a22b162e7d8a871db1b9368a888e92ea167.tar.gz pleroma-5d279a22b162e7d8a871db1b9368a888e92ea167.zip |
Merge develop branch upstream
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 |