aboutsummaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-08-06 14:51:17 +0200
committerlain <lain@soykaf.club>2019-08-06 14:51:17 +0200
commita49c92f6ae2dc68a80345cff4793820a75835eb1 (patch)
treed6d2c15479a7b7acba5fab3d70fcb7eeaa3269a0 /docs/api
parentd6fe220e32d581220cc33f4f44d6517a401eabbf (diff)
downloadpleroma-a49c92f6ae2dc68a80345cff4793820a75835eb1.tar.gz
Participation: Setting recipients will always add the owner.
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/pleroma_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md
index 4323e59f0..590f2a3fb 100644
--- a/docs/api/pleroma_api.md
+++ b/docs/api/pleroma_api.md
@@ -346,5 +346,5 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa
* Method `PATCH`
* Authentication: required
* Params:
- * `recipients`: A list of ids of users that should receive posts to this conversation.
+ * `recipients`: A list of ids of users that should receive posts to this conversation. This will replace the current list of recipients, so submit the full list. The owner of owner of the conversation will always be part of the set of recipients, though.
* Response: JSON, statuses (200 - healthy, 503 unhealthy)