Toggle like status for a post
POST/posts/:postId/toggle-like
Toggle like for a post. If the user has already liked the post, it will be unliked.
This API will toggle the like status of a post 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