Update Conversation
Chat — Conversations
Update Conversation
Update a group or space conversation’s name, description, avatar, or posting permissions
PATCH
Update Conversation
Updates one or more fields on a conversation. OnlyDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
group and space conversations can be updated — direct conversations return a 400.
Authorization:
groupconversations: caller must be an activeadminmember.spaceconversations: caller must haveadminormoderatorrole in the parent Space.
Path Parameters
The ID of the conversation to update.
Body Parameters
All fields are optional. Only provided fields are updated.New display name for the conversation. Maximum 200 characters.
New description. Maximum 1000 characters.
ID of an uploaded File to use as the conversation avatar. Pass
null to remove the current avatar. If a previous avatar exists, it is deleted from storage automatically.Who can post messages. Only valid for
space conversations. Accepted values: "members" (any active member), "admins" (only space admins and moderators).Response
Returns the updated Conversation object, withavatarFile populated if set.
Error Responses
Not Found — 404
Not Found — 404
Cannot Update DM — 400 Bad Request
Cannot Update DM — 400 Bad Request
Invalid Field — 400 Bad Request
Invalid Field — 400 Bad Request
Forbidden (group) — 403
Forbidden (group) — 403
Forbidden (space) — 403
Forbidden (space) — 403

