Continue a discussion with a new message

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.


API Specification

Parameters

Authorization

Response Codes

Example Request

curl --request POST \ 
     --url https://example.com/chats/discussionId/entries \ 
     --header 'accept: application/x-ndjson' \ 
     --header 'content-type: application/json'

Example Response

{
    "status": "success",
    "data": { 
        "message": "Updated3 months ago"
    }
}