OpenIsle Docs

Pin Comment

POST
/api/comments/{id}/pin
AuthorizationBearer <token>

In: header

Path Parameters

idinteger
Formatint64

Response Body

curl -X POST "https://www.staging.open-isle.com/api/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"
  },
  "reactions": [
    {
      "id": 0,
      "type": "LIKE",
      "user": "string",
      "postId": 0,
      "commentId": 0,
      "messageId": 0,
      "reward": 0
    }
  ],
  "reward": 0,
  "pointReward": 0
}