Skip to content

docs: update README to match question API routes#360

Merged
KaranUnique merged 1 commit into
Canopus-Labs:mainfrom
rajdhakad9826:docs/fix-question-endpoints
Jul 6, 2026
Merged

docs: update README to match question API routes#360
KaranUnique merged 1 commit into
Canopus-Labs:mainfrom
rajdhakad9826:docs/fix-question-endpoints

Conversation

@rajdhakad9826

@rajdhakad9826 rajdhakad9826 commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

📝 Pull Request Description

Related Issue

Closes #359

Summary

This PR updates the README to accurately reflect the implemented question API endpoints.

  • Removed the outdated question endpoints:

    • GET /api/questions
    • POST /api/questions
    • PUT /api/questions/:id
    • DELETE /api/questions/:id
  • Updated the documentation to match the current backend implementation:

    • POST /api/question/add
    • POST /api/question/:id/pin
    • POST /api/question/:id/note

Type of Change

  • 📝 Documentation update

@KaranUnique KaranUnique merged commit a84b35a into Canopus-Labs:main Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: README documents outdated question API endpoints

2 participants