cURL
curl --request POST \ --url https://nowadays.ai/api/northstar/events/{eventId}/venues/{venueId}/feedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "liked": true, "comment": "<string>" } '
Add or update feedback for a venue
{ "liked": true, "comment": "Love the outdoor space and the natural lighting in the main hall." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Whether the venue is liked or not
Feedback comment about the venue
Feedback updated successfully