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