v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
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

namestring

Response

New Attachment added successfully

Example response

{
  "status": {
    "code": 20000
  }
}