4
0
PUT /threads/{threadId}/comments/{commentId}/likes
Liking a comment if it's not yet liked, and vice versa.
threadId: thread-unique_id commentId: comment-unique_id
Authorization: Bearer {accessToken}
{ "status": "success" }