stamford-syntax-club / course-compose

Course Compose is a course-review website tailored for Stamford students, providing a platform for sharing and discovering insights about various courses
MIT License
2 stars 0 forks source link

feat: api endpoint for editing reviews (both update and fix rejects) #45

Closed chinathaip closed 9 months ago

chinathaip commented 9 months ago

endpoint: PUT /api/courses/:courseCode/reviews/edit

request body:

{
    "id": 5,
    "academic_year": 2023,
    "description": "Nvm, I hate it woops!",
    "rating": 2
}

requires JWT Auth