diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-11-08 18:30:49 +0900 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-11-08 18:30:49 +0900 |
commit | b14bf9044fd99fe31dd6aa987d9fc535e3bc0218 (patch) | |
tree | 93b28dac59a093638427b31efdd8200fcb6e51bb /docs/API/differences_in_mastoapi_responses.md | |
parent | 7258db023e88d5aee5eac06525c42dcb073abd46 (diff) | |
parent | 278674223d36f4d789dce92cd541c47b7e19b674 (diff) | |
download | pleroma-b14bf9044fd99fe31dd6aa987d9fc535e3bc0218.tar.gz |
Merge branch 'develop' into feature/reports-groups-and-multiple-state-update
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 6 |
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 aca0f5e0e..7fbe17130 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -72,6 +72,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: |