topic
Update topic join token
Create and update new topic join token
put/api/users/:userId/topics/:topicId/join
Path parameters
userIdstring required
logged in users id
topicIdstring required
requested topics id
Response
Topics join token updated successfully
Example response
{
"status": {
"code": 20000,
"data": {
"token": "as1AbCA1012",
"level": "edit"
}
}
}