Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 238 Bytes

File metadata and controls

19 lines (13 loc) · 238 Bytes

Payload

{
  // Required
  id: Id;

  // Optional
  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.