Modify and remove your own messages with proper permissions, audit trails, and user notifications for chat content management
Permission | Description |
---|---|
Own Messages Only | Users can only edit messages they created |
Time Window | Optional time limits for editing (configurable) |
Content Types | Text and custom messages support editing |
Audit Trail | editedAt automatically updated on modifications |
Parameter | Type | Description |
---|---|---|
messageId | String | Unique identifier of the message to edit |
content | String/Object | New content for the message (text or custom data) |
Parameter | Type | Description |
---|---|---|
tags | Array<String> | Updated message tags |
metadata | Object | Additional properties and information |
Property | Type | Description |
---|---|---|
editedAt | DateTime | Timestamp of last edit |
editedAt
is automatically set to the current time, allowing your UI to display edit indicators to inform users when content has been modified.Edit Permissions
Delete Permissions