diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-04-14 06:38:56 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-04-14 06:38:56 +0000 |
commit | 60cc7d6c9a2ec60c3a98f0fe51d68d3dbd5d21c2 (patch) | |
tree | f037060e2d82eb69c3eca0151ce78ca53c7962b9 /docs/API | |
parent | e3db1c471e2f52a5bbdc854b594fa08342edf181 (diff) | |
parent | a16b3dbcbf19d584eaefbecbfb4ff34fa7b3743a (diff) | |
download | pleroma-60cc7d6c9a2ec60c3a98f0fe51d68d3dbd5d21c2.tar.gz |
Merge branch 'issue/1276' into 'develop'
[#1276] An endpoint for getting unread notification count
Closes #1276
See merge request pleroma/pleroma!1877
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 1059155cf..0a7520f9e 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -185,8 +185,15 @@ Post here request with `grant_type=refresh_token` to obtain new access token. Re Has theses additional parameters (which are the same as in Pleroma-API): -- `fullname`: optional -- `bio`: optional -- `captcha_solution`: optional, contains provider-specific captcha solution, -- `captcha_token`: optional, contains provider-specific captcha token -- `token`: invite token required when the registrations aren't public. + `fullname`: optional + `bio`: optional + `captcha_solution`: optional, contains provider-specific captcha solution, + `captcha_token`: optional, contains provider-specific captcha token + `token`: invite token required when the registrations aren't public. + + +## Markers + +Has these additional fields under the `pleroma` object: + +- `unread_count`: contains number unread notifications |