Skip to main content
POST
Update Venue Feedback
Add or update your feedback for a specific venue within an event. This includes the ability to like/unlike a venue and add comments.

Path Parameters

string
required
The ID of your event
string
required
The ID of the venue

Request Body

boolean
Set to true to like the venue, false to unlike
string
Your feedback or comments about the venue

Example Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eventId
string
required
venueId
string
required

Body

application/json
liked
boolean

Whether the venue is liked or not

comment
string

Feedback comment about the venue

Response

200

Feedback updated successfully