v1

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

namestring
typestring
sizeinteger
sourcestring
linkstring

Response

New Attachment added successfully

Example response

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