-
Notifications
You must be signed in to change notification settings - Fork 1
API Routes
Caroline Sarkki edited this page Oct 15, 2021
·
5 revisions
- GET /questions/new
- GET /questions/:id/edit
- POST /questions
- PATCH /questions/:id
- DELETE /questions/:id
- GET /answers/new
- GET /answers/:id/edit
- POST /answers
- PATCH /answers/:id
- DELETE /answers/:id
- GET /comments/new
- GET /comments/:id/edit
- POST /comments
- PATCH /comments/:id
- DELETE /comments/:id
- GET /search/:keyword