New Comment
POST
/comment/addRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
commentModule
string
required
Comment Module (.eg. issue)
linkId
integer <int64>
required
Link ID
plainContent
string
optional
Comment Content(plain content)
commentId
integer <int64>
optional
Reply Comment ID
content
string
required
Comment Content
Example
{
"commentModule": "issue",
"linkId": 1,
"plainContent": "xxx",
"commentId": 1,
"content": "xxx"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
id
integer <int64>
optional
Comment ID
Example
{
"code": "0",
"data": {
"id": 1
}
}
Last modified: 6 months ago