Posts a new comment (and optional rating) on a published event on behalf of the authenticated customer.
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
AllowComments flag is true. After a successful post the event detail data should be refetched to display the new comment.
/en/ legacy route prefix rather than /api/public/.Event.Id from GET /api/public/events/{id}.1–5). Pass null to submit without a rating.200 OK on success. Refetch GET /api/public/events/{id} to see the new comment in the Event.Comments array.
| Context | Source file |
|---|---|
Event detail page comment form (/events/{id}) | src/views/events/details/data.ts |
Id or comment, or the event does not allow comments (AllowComments is false).Id exists.| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/events/{id} | Event detail — includes Comments array and AllowComments flag |
POST | /en/events/deleteComment | Delete a comment previously posted by the customer |