Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 253 Bytes

chat_message.update.md

File metadata and controls

19 lines (13 loc) · 253 Bytes

Payload

{
  // Required fields
  id: Id;

  // Optional fields
  content?: Html;
}

Action

Updates the content of a chat_message given by the key id.

Permission

Only the user, who has created the chat_message, can update it.