Feedback
List Feedback Upvoters
GET
/
projects
/
{projectSlug}
/
feedback
/
{feedbackId}
/
upvotes
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
feedbackId
string
requiredFeedback id
Response
200 - application/json
upvotes
number
upvoters
object[]
Was this page helpful?