diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-14 19:45:22 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-14 19:45:22 +0400 |
commit | 247e6fcb9039470875fa9cb6c3406b57235dd419 (patch) | |
tree | 50152e4b9b8aa53cf9dcbe237934c411fc1b242f /docs | |
parent | 7e0b42d99f3eb9520bc29cc29c06512c55183482 (diff) | |
parent | bf3afbc1a109e5965b335b21d4e7c522ad7a571c (diff) | |
download | pleroma-247e6fcb9039470875fa9cb6c3406b57235dd419.tar.gz |
Merge branch 'develop' into openapi/account
Diffstat (limited to 'docs')
-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 |