# Description: PATCH /api/v1/reviews/:id and DELETE /api/v1/reviews/:id. # Tasks: - [ ] Only review author can edit/delete - [ ] Edit window: within 30 days of creation - [ ] Deletion recalculates artist average rating - [ ] Edited reviews marked with badge # Acceptance Criteria: - Only author can edit/delete - Edit window enforced - Average rating recalculated on deletion
Description:
PATCH /api/v1/reviews/:id and DELETE /api/v1/reviews/:id.
Tasks:
Acceptance Criteria: