Skip to content

API Routes

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

API Routes

Questions

  • GET /questions/new
  • GET /questions/:id/edit
  • POST /questions
  • PATCH /questions/:id
  • DELETE /questions/:id

Answers

  • GET /answers/new
  • GET /answers/:id/edit
  • POST /answers
  • PATCH /answers/:id
  • DELETE /answers/:id

Comments

  • GET /comments/new
  • GET /comments/:id/edit
  • POST /comments
  • PATCH /comments/:id
  • DELETE /comments/:id

Search

  • GET /search/:keyword

Clone this wiki locally