Update Comment Sticker
PATCH
https://app.leiga.com/openapi/api/comment/update-sticker-status
Comment Module(comment)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://app.leiga.com/openapi/api/comment/update-sticker-status' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleteFlag": 0,
"linkEntity": "comment",
"issueId": 1,
"linkId": 1,
"stickerCode": "liga-OK",
"linkModule": "issue"
}'
Response Response Example
{
"code": "0",
"data": {
"success": true
}
}
Request
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
Responses
Modified at 2024-06-12 06:46:49