Update Comment Sticker
PATCH
/comment/update-sticker-statusRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
deleteFlag
string <byte>
required
Deleted (1:Yes 0:No)
<= 4 characters
linkEntity
string
required
Link Entity (.eg. comment)
issueId
integer <int64>
required
Issue ID
linkId
integer <int64>
required
Link ID
stickerCode
string
required
Sticker Code
linkModule
string
required
Comment Module (.eg. issue)
Example
{
"deleteFlag": 0,
"linkEntity": "comment",
"issueId": 1,
"linkId": 1,
"stickerCode": "liga-OK",
"linkModule": "issue"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
success
Example
{
"code": "0",
"data": {
"success": true
}
}
Last modified: 7 months ago