Skip to content

Commit

Permalink
added the answers and comments endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoluwa Akinniranye committed Jan 15, 2016
1 parent 2bb8b4a commit 94ab7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/comments_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Endpoints | Usage | Public Access
--------- | ----- | -------------
GET /answers/:id/comments | Returns all the comments for a particular answer | True
POST /answers/:id/comments/ | Creates a new answer for the specified answer | False
POST /answers/:id/comments/ | Creates a new comment for the specified answer | False
GET /answers/:id/comments/recent?limit={:total} | Returns {total} comments ordered by the most recent [ MAXLIMIT = 15 ] | True
GET /answers/:id/comments/popular?limit={:total} | Returns {total} comments ordered by the most popular [ MAXLIMIT = 15 ] | True
POST /answers/:id/comments/:id/upvote | Upvotes a comment | False
Expand Down

0 comments on commit 94ab7b6

Please sign in to comment.