updated api description

This commit is contained in:
2026-08-17 12:05:53 +02:00
parent 46113c595c
commit 7d8395ef91
+3
View File
@@ -20,7 +20,10 @@ and its even mobile friendly!
| Endpoint | Description |
|---|---|
| `GET /api/people` | List of contacts from the address book |
| `GET /api/people/<person-uid>` | A contact by id |
| `GET /api/people/<person-uid>/photo` | A contacs photo by id |
| `GET /api/events` | List of calendar events with matched participants |
| `GET /api/events/<event-uid>` | 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 |