From 7d8395ef91c2bbccaa05bc660ddad0ce4ab9b866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BCderli?= Date: Mon, 17 Aug 2026 12:05:53 +0200 Subject: [PATCH] updated api description --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eec41d7..8543aa9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ and its even mobile friendly! | Endpoint | Description | |---|---| | `GET /api/people` | List of contacts from the address book | +| `GET /api/people/` | A contact by id | +| `GET /api/people//photo` | A contacs photo by id | | `GET /api/events` | List of calendar events with matched participants | +| `GET /api/events/` | A calendar event by id | | `GET /api/scores` | Social score breakdown (`total`, `event_score`, `diversity_score`) | | `GET /api/parse_errors` | Calendar participants that couldn't be matched to a contact |