POST/api/global-chatbot/demo/rating
Stores a thumbs-up/down rating of the demo chat session with an optional free-text comment.
Auth & Security
No authentication required
Idempotent: No
Parameters
session_id(body, string)helpful(body, boolean, required)comment(body, string)Example Request
{"session_id":"<UUID>","helpful":true}Example Response
{"ok":true}Error Codes
400 (kein Code) — "helpful (boolean) required" — helpful is missing or not a boolean.Live Test Proof
Success (200) and negative case (400) live-verified.