aboutsummaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-11-14 16:39:45 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-11-14 16:39:45 +0700
commit3c0abfca53751624ebd6ea7174ee880d9e7b29e7 (patch)
treeba16c5af44532a9b76640f1f48651c90d1be8a6f /docs/API/differences_in_mastoapi_responses.md
parent768c1a5de172151beb34e6dda13d4fb05e05ed87 (diff)
parent6085c71bd17e2b676e0820bf3fd93f81a1902ac3 (diff)
downloadpleroma-3c0abfca53751624ebd6ea7174ee880d9e7b29e7.tar.gz
Merge remote-tracking branch 'upstream/develop' into feature/move-activity
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r--docs/API/differences_in_mastoapi_responses.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md
index 41965f872..e649bdf24 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -73,6 +73,12 @@ Has an additional field under the `pleroma` object:
- `recipients`: The list of the recipients of this Conversation. These will be addressed when replying to this conversation.
+## GET `/api/v1/conversations`
+
+Accepts additional parameters:
+
+- `recipients`: Only return conversations with the given recipients (a list of user ids). Usage example: `GET /api/v1/conversations?recipients[]=1&recipients[]=2`
+
## Account Search
Behavior has changed: