vote

Vote on Article

post

/api/articles/vote

Parameters

post_id
required integer, in body
Article ID to vote on.
vote
required string, in body
Was article helpful?
options: yes, no
feedback
string, in body
Text containing users feedback
token
required string, in body
Unique identifer of user
ip
required ip, in body
Users's IP address
user_agent
required string, in body
Users's browser user agent
referer
required url, in body
Url vote came from

Responses

HTTP code 200
A vote object.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.