summaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-05-06 15:08:38 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-05-06 15:08:38 +0300
commitbd261309cc27ebf5d2f78ea3c1474fe71ae8046d (patch)
tree40856a24fefe9286f8a287177fdf05e783030ad4 /docs/API/differences_in_mastoapi_responses.md
parent8b97b6f5baa7e0593414fa794ce8059a8e5b95e3 (diff)
downloadpleroma-bd261309cc27ebf5d2f78ea3c1474fe71ae8046d.tar.gz
pleroma-bd261309cc27ebf5d2f78ea3c1474fe71ae8046d.zip
added `unread_notifications_count` for `/api/v1/accounts/verify_credentials`
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index 8d1da936f..6d37d9008 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -61,6 +61,7 @@ Has these additional fields under the `pleroma` object:
- `deactivated`: boolean, true when the user is deactivated
- `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.
### Source