-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
Lauren Gus edited this page May 7, 2021
·
6 revisions
POST
- /questions/:id/answers
PUT (update an answer)
- /answers/:id
DELETE (to remove answer)
- /answers/:id
POST (searched questions)
- /questions
POST (question form)
- /questions/form
PUT (update question)
- /questions/:id
POST (to create new vote--up vs down represented by a Boolean)
- /questions/:id/votes
DELETE (to remove vote)
- /questions/:id/votes
POST (to create new vote)
- /answers/:id/votes
DELETE (to remove vote)
- /answers/:id/votes