Toggle like status for a comment
POST/comments/:commentId/toggle-like
Toggle like for a comment. If the user has already liked the comment, it will be unliked.
This API will toggle the like status of a comment for the authenticated user.
Apply with --InteractionCustom-- module.
Request
Responses
- 200
- 400
- 404
- 429
- 500
Like status toggled successfully
Bad Request
Not found
Too Many Requests
Internal server error