diff options
author | feld <feld@feld.me> | 2021-06-07 17:03:51 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-06-07 17:03:51 +0000 |
commit | ca1eac01ddea8cb13059592630ac5399aeac9b65 (patch) | |
tree | c2a4a530aca40618c524da5bbcf6a6dfefe44c79 | |
parent | 96e85ea687396eaf70fcbf0387c2605eaadc6612 (diff) | |
parent | 879c2db0bdb875fc2b3139cf60b1fd03bb66a01b (diff) | |
download | pleroma-ca1eac01ddea8cb13059592630ac5399aeac9b65.tar.gz pleroma-ca1eac01ddea8cb13059592630ac5399aeac9b65.zip |
Merge branch 'notification-settings-docs-fix' into 'develop'
Docs: /api/v1/pleroma/notification_settings --> /api/pleroma/notification_settings
See merge request pleroma/pleroma!3448
-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 |