From 0c01c5dbcc0efec92d622eb7d4698e6bd0c5def6 Mon Sep 17 00:00:00 2001 From: aarbit Date: Thu, 9 Apr 2026 16:24:34 -0500 Subject: [PATCH] Cleans up README a little --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2f671ea..b94a34f 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ REST API to support a community scavenger hunt app. ## TODO: ### User Endpoints -* list teams for hunt GET /hunt/{id}/team -* create new hunt team POST /hunt/{id}/team -* join hunt team POST /hunt/{id}/team/{id} -* list items for hunt GET /hunt/{id}/item -* get hunt item info GET /hunt/{id}/item/{id} -* get hunt team item info GET /hunt/{id}/team/{id}/item/{id} -* get photos for hunt item GET /hunt/{id}/team/{id}/item/{id}/photo -* upload photo for hunt item POST /hunt/{id}/team/{id}/item/{id}/photo -* delete photo for hunt item DELETE /hunt/{id}/team/{id}/item/{id}/photo -* list hunt teams with scores for hunt GET /lead/hunt/{id}/team -* list hunters with scores for hunt GET /lead/hunt/{id}/hunter +* list teams for hunt GET `/hunt/{id}/team` +* create new hunt team POST `/hunt/{id}/team` +* join hunt team POST `/hunt/{id}/team/{id}` +* list items for hunt GET `/hunt/{id}/item` +* get hunt item info GET `/hunt/{id}/item/{id}` +* get hunt team item info GET `/hunt/{id}/team/{id}/item/{id}` +* get photos for hunt item GET `/hunt/{id}/team/{id}/item/{id}/photo` +* upload photo for hunt item POST `/hunt/{id}/team/{id}/item/{id}/photo` +* delete photo for hunt item DELETE `/hunt/{id}/team/{id}/item/{id}/photo` +* list hunt teams with scores for hunt `GET /lead/hunt/{id}/team` +* list hunters with scores for hunt GET `/lead/hunt/{id}/hunter` ### Admin Endpoints -* approve photo for hunt item POST /admin/hunt/{id}/team/{id} \ No newline at end of file +* approve photo for hunt item POST `/admin/hunt/{id}/team/{id}` \ No newline at end of file