Toggle like/unlike a comment​
Toggle like/unlike a comment
Path Parameters
id number required
ID of the comment to like/unlike
Responses
- 200
Like status toggled successfully
application/json
Schema
Example (from schema)
Schema
liked boolean
{
"liked": true
}
Loading...