Toggle like/unlike a comment​
Toggle like status. If liked, removes like. Notifies comment author on new likes.
Path Parameters
id number required
Unique numeric comment ID
Responses
- 200
- 401
- 404
Like toggled
application/json
Schema
Example (from schema)
Schema
liked boolean
true if liked, false if unliked
{
"liked": true
}
User not authenticated
Comment not found
Loading...