Skip to content

API Routes

Caroline Sarkki edited this page Oct 15, 2021 · 5 revisions

API Routes

Questions

  • PATCH /questions/:id
  • DELETE /questions/:id

Answers

  • PATCH /answers/:id
  • DELETE /answers/:id

Comments

  • POST /comments
  • PATCH /comments/:id
  • DELETE /comments/:id

Search

  • GET /search/:keyword

Clone this wiki locally