vote
Create a Vote
Create a Vote
post/api/users/:userId/topics/:topicId/votes
Path parameters
userIdstring required
logged in user id
topicIdstring required
topic id
Request body
Example request
{
"endsAt": "2018-08-06T04:11:41.568Z"
}Response
New Vote created successfully
Example response
{
"status": {
"code": 20000
}
}