From 3cc7c033b3700ba18b185075350302abaf811d9d Mon Sep 17 00:00:00 2001 From: Raj Dhakad Date: Sun, 5 Jul 2026 22:42:24 +0530 Subject: [PATCH] docs: update README to match question API routes --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eeb78e4..ea92f02 100644 --- a/README.md +++ b/README.md @@ -537,11 +537,9 @@ POST /api/ai/evaluate - Evaluate user answer ### Question Endpoints ``` -GET /api/questions - Get all questions -GET /api/questions/:id - Get single question -POST /api/questions - Create question (admin) -PUT /api/questions/:id - Update question (admin) -DELETE /api/questions/:id - Delete question (admin) +POST /api/question/add - Add questions to a session +POST /api/question/:id/pin - Pin or unpin a question +POST /api/question/:id/note - Update note for a question ``` ### Resume Endpoints