ApiAdminCommentsIdPin
Pin comment
Pin a comment by its id
curl -X POST "https://www.open-isle.com/api/admin/comments/0/pin"
{
"id": 0,
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"pinnedAt": "2019-08-24T14:15:22Z",
"author": {
"id": 0,
"username": "string",
"avatar": "string",
"displayMedal": "COMMENT"
},
"replies": [
{
"id": 0,
"content": "string",
"createdAt": "2019-08-24T14:15:22Z",
"pinnedAt": "2019-08-24T14:15:22Z",
"author": {
"id": 0,
"username": "string",
"avatar": "string",
"displayMedal": "COMMENT"
},
"replies": [],
"reactions": [
{
"id": 0,
"type": "LIKE",
"user": "string",
"postId": 0,
"commentId": 0,
"messageId": 0,
"reward": 0
}
],
"reward": 0,
"pointReward": 0
}
],
"reactions": [
{
"id": 0,
"type": "LIKE",
"user": "string",
"postId": 0,
"commentId": 0,
"messageId": 0,
"reward": 0
}
],
"reward": 0,
"pointReward": 0
}