diff options
author | eugenijm <eugenijm@protonmail.com> | 2021-02-22 04:26:56 +0300 |
---|---|---|
committer | eugenijm <eugenijm@protonmail.com> | 2021-02-22 04:33:35 +0300 |
commit | c140cc7bf30fe35fe5c250fb01ada56f287bbaf1 (patch) | |
tree | 0b9a87afb78b486dd6a60d05fca43b3e00a6b60b /docs/development/API/differences_in_mastoapi_responses.md | |
parent | c1d63bbd9a4f39dbd92811b1720705342e5c914e (diff) | |
download | pleroma-c140cc7bf30fe35fe5c250fb01ada56f287bbaf1.tar.gz pleroma-c140cc7bf30fe35fe5c250fb01ada56f287bbaf1.zip |
Update the documentation to use make it use /api/v1/pleroma instead of /api/pleroma
Diffstat (limited to 'docs/development/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 38d70fa78..493cb4c16 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -97,7 +97,7 @@ Has these additional fields under the `pleroma` object: - `allow_following_move`: boolean, true when the user allows automatically follow moved following accounts - `unread_conversation_count`: The count of unread conversations. Only returned to the account owner. - `unread_notifications_count`: The count of unread notifications. Only returned to the account owner. -- `notification_settings`: object, can be absent. See `/api/pleroma/notification_settings` for the parameters/keys returned. +- `notification_settings`: object, can be absent. See `/api/v1/pleroma/notification_settings` for the parameters/keys returned. - `accepts_chat_messages`: boolean, but can be null if we don't have that information about a user - `favicon`: nullable URL string, Favicon image of the user's instance |