topic
Update topic
Update a topic
put/api/users/:userId/topics/:topicId
Path parameters
userIdstring required
logged in users id
topicIdstring required
requested topics id
Request body
Example request
{
"hashtag": "banana",
"endsAt": "2018-08-06T04:11:41.568Z"
}Response
Topic updated successfully
Example response
{
"status": {
"code": 20000
}
}