Edit Message
Chat — Messages
Edit Message
Edit the content of a message
PATCH
Edit Message
Updates the content, GIF, mentions, or metadata of an existing message. Only the message author can edit their own messages. Deleted or moderator-removed messages cannot be edited. If no fields actually changed, the endpoint returns the current message without updatingDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
editedAt.
Path Parameters
The ID of the conversation.
The ID of the message to edit.
Body Parameters
All fields are optional. Only provided fields are updated.New text content. After editing, the message must still have at least one of: content, GIF, or an attached file.
Updated GIF URL. Set to
null to remove the GIF.Updated metadata.
Response
Returns the updated ChatMessage, witheditedAt set to the current time.
Error Responses
Forbidden — 403 (not a member)
Forbidden — 403 (not a member)
Not Found — 404
Not Found — 404
Forbidden — 403 (not the author)
Forbidden — 403 (not the author)
Message Deleted — 400 Bad Request
Message Deleted — 400 Bad Request
Message Removed — 400 Bad Request
Message Removed — 400 Bad Request
Empty Result — 400 Bad Request
Empty Result — 400 Bad Request

