Implements remove photo endpoint

This commit is contained in:
2026-05-14 23:55:05 -05:00
parent dbd988a573
commit ac6f3a7014
5 changed files with 40 additions and 5 deletions

View File

@@ -10,9 +10,6 @@ REST API to support a community scavenger hunt app.
## TODO:
### User Endpoints
* upload photo for hunt item POST `/hunt/{huntId}/team/{teamId}/item/{itemId}/photo` - body: image binary
* delete photo for hunt item DELETE `/hunt/{huntId}/team/{teamId}/item/{itemId}/photo/{photoId}`
* list hunt teams with scores for hunt `GET /lead/hunt/{huntId}/team`
* list hunters with scores for hunt GET `/lead/hunt/{huntId}/hunter`
### Admin Endpoints
* approve photo for hunt item POST `/admin/hunt/{huntId}/team/{teamId}/item/{itemId}/photo/{photoId}` - body: approval status
* list hunt teams with scores for hunt GET `/lead/hunt/{huntId}/team`
* list hunters with scores for hunt GET `/lead/hunt/{huntId}/hunter`