Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
odezig authored and odezig committed Mar 4, 2024
1 parent 16ca479 commit 86e8c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Follow these steps to get started with our API:

6. **Like a Comment**: Show some love to a comment by using PATCH on `/comments/{id}/like`, where `{id}` is the comment's ID you want to like.
7. **Filter Comment**: Show some love to a comment by using PATCH on `/comments/filter`, Returns a list of comments filtered by the specified personality type (ALL, Zodiac, Enneagram, MBTI).
## API Docs with Swagger
You can find detailed documentation for our API at `http://localhost:4000/v1/api-docs`. This page has all the info you need to understand and use the API, including how to make requests and what responses to expect.
Expand Down

0 comments on commit 86e8c3e

Please sign in to comment.