diff options
author | lain <lain@soykaf.club> | 2019-08-12 13:58:04 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-08-12 13:58:04 +0200 |
commit | 60231ec7bd0af993dc19f69a57b261b3b4167636 (patch) | |
tree | aba2ee915d8c87bae5b52d4abf80d1b14f8a0d49 /docs/api | |
parent | 23c46f7e72701b773d87b825526450e5f4ec6322 (diff) | |
download | pleroma-60231ec7bd0af993dc19f69a57b261b3b4167636.tar.gz |
Conversation: Add endpoint to get a conversation by id.
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/pleroma_api.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md index 590f2a3fb..b134b31a8 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -340,6 +340,12 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa * Params: Like other timelines * Response: JSON, statuses (200 - healthy, 503 unhealthy). +## `GET /api/v1/pleroma/conversations/:id` +### The conversation with the given ID. +* Method `GET` +* Authentication: required +* Params: None +* Response: JSON, statuses (200 - healthy, 503 unhealthy). ## `PATCH /api/v1/pleroma/conversations/:id` ### Update a conversation. Used to change the set of recipients. |