attachments
Update Topic Attachment information
Update Topic Attachment information
put/api/users/:userId/topics/:topicId/attachments/:attachmentId
Path parameters
userIdstring required
logged in users id
topicIdstring required
topic id
attachmentIdstring required
attachment id to update
Request body
Response
New Attachment added successfully
Example response
{
"status": {
"code": 20000
}
}