Like Or Dislike A Comment

PUT /threads/{threadId}/comments/{commentId}/likes

Liking a comment if it's not yet liked, and vice versa.

Path Params
threadId: thread-unique_id
commentId: comment-unique_id
Headers
Authorization: Bearer {accessToken}

Response

200 OK
Response Body
{
  "status": "success"
}