Update a message sent by an agent
PUT {{baseUrl}}/conversations/messages/:id
Only agents’ messages can be edited.
Request Body
{"text"=>"Good morning! How can I help you?"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"eYBEm3gq3zc5ayE2g","type":"agent","text":"Hello! How can I help you?","visitorId":"kZMvWhf8npAu3H6qd57w2Hv6nh6rnxvg","agentId":"d9nKoegKSjmCtyK78","createdAt":1482512803740,"receivedFrom":"SuperAwesomeHelpdesk"}