aboutsummaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorminibikini <egor@kislitsyn.com>2020-11-18 20:22:40 +0000
committerminibikini <egor@kislitsyn.com>2020-11-18 20:22:40 +0000
commit6669ac5bf7749be325a10f92cc9eed49c6be2761 (patch)
tree107cd84c2a05d80f684f7d7ec1608fb4f6d3c606 /docs/API/differences_in_mastoapi_responses.md
parent1d03ba4ffbb73b54a7caa107a6b9a85fa65ecfd4 (diff)
parenta1056aace19d5f6201f06937a93f978917df8418 (diff)
downloadpleroma-6669ac5bf7749be325a10f92cc9eed49c6be2761.tar.gz
Merge branch 'develop' into 'hide-muted-reactions'
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index 17999da55..843496482 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -233,7 +233,7 @@ Post here request with `grant_type=refresh_token` to obtain new access token. Re
`POST /api/v1/accounts`
-Has theses additional parameters (which are the same as in Pleroma-API):
+Has these additional parameters (which are the same as in Pleroma-API):
- `fullname`: optional
- `bio`: optional
@@ -261,6 +261,16 @@ Has theses additional parameters (which are the same as in Pleroma-API):
- `pleroma.metadata.post_formats`: A list of the allowed post format types
- `vapid_public_key`: The public key needed for push messages
+## Push Subscription
+
+`POST /api/v1/push/subscription`
+`PUT /api/v1/push/subscription`
+
+Permits these additional alert types:
+
+- pleroma:chat_mention
+- pleroma:emoji_reaction
+
## Markers
Has these additional fields under the `pleroma` object: