attachments
Add Topic Attachment
Add an Attachment to the topic
post/api/users/:userId/topics/:topicId/attachments
Path parameters
userIdstring required
logged in users id
topicIdstring required
Topici id to add attachment to
Request body
Response
New Attachment added successfully
Example response
{
"status": {
"code": 20000
}
}