PATCH
/
ticket
/
{ticketId}
/
conversation
/
{conversationId}
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/conversation/{conversationId} \
  --header 'Content-Type: application/json' \
  --data '{
  "content": {
    "message": "<string>"
  },
  "type": "text"
}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

ticketId
integer
required

The ID of the ticket

conversationId
integer
required

The ID of the conversation to update

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.