Skip to main content

Update message

PATCH /v1/chat/message/:id

Update a message

Path Parameters
  • id any required

    Object ID of the object, this can be a mongo ID but also a plain string (backwards-compatibility). When using POST or add API calls, this property is optional.

Request Body required
  • message string

    Message

  • updatedAt integer

    Milliseconds since epoch for this timestamp/date

Responses

OK

Loading...