Create a new chat message.

POST /data/entities/{entity_id}/chat/messages

Path parameters

  • entity_id integer Required

    ID of the entity related to the chat

Body Required

Message to send

Responses

  • Chat message created

  • Not participant of the chat

POST /data/entities/{entity_id}/chat/messages
curl \
 -X POST http://localhost:8080/api/data/entities/{entity_id}/chat/messages