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

  • 201

    Chat message created

  • 400

    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 \
 -H "Authorization: $API_KEY"