# Send a chat message to the site assistant Endpoint: POST /site/{siteId}/assistant/{siteAssistantId}/chat Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) - `siteAssistantId` (number, required) ## Request fields (application/json): - `message` (string, required) The message content to be sent to the assistant Example: "Please update all appointments for today." ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401 ## Response 200 fields ## Response 400 fields