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