Conversation - Upvote question
Increments the helpful attribute of the question by 1.
It is your responsibility to restrict users of your website from sending multiple requests for the same question.
Request
POST /v4/conversations/:question_id/increment_helpful?trkref=:trkref
Parameters
Parameter | Requirement | Description |
---|---|---|
trkref | mandatory | |
question_id | mandatory | id of the conversation question |
Example
POST /v4/conversations/38373/increment_helpful?trkref=D10
Response
By HTTP status:
- 202 Accepted - action was successful and will be processed asynchronously
- 404 Not Found - conversation question with given ID does no exist or you are not authorised to access it