diff options
author | lain <lain@soykaf.club> | 2021-02-28 16:22:22 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-02-28 16:22:22 +0000 |
commit | 6a71aa535b3c30c1f3832e6140a51a46a0f2514c (patch) | |
tree | 57e7753290e7048e8cec990863d8f5393652b3c0 /docs/development/API/differences_in_mastoapi_responses.md | |
parent | 050c4b1f145fabac4347bc670a15b1d125882bd5 (diff) | |
parent | c140cc7bf30fe35fe5c250fb01ada56f287bbaf1 (diff) | |
download | pleroma-6a71aa535b3c30c1f3832e6140a51a46a0f2514c.tar.gz pleroma-6a71aa535b3c30c1f3832e6140a51a46a0f2514c.zip |
Merge branch 'admin-api-versioning' into 'develop'
Pleroma APIs versioning
Closes #2509
See merge request pleroma/pleroma!3335
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 5f6946022..a14fcb416 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -103,7 +103,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 |