feat: add data source ingestion audit api
This commit is contained in:
@@ -55,6 +55,11 @@ cargo run -p shanghai-housing-api
|
||||
```text
|
||||
GET /health
|
||||
GET /ready
|
||||
GET /api/v1/data-sources
|
||||
POST /api/v1/data-sources
|
||||
GET /api/v1/ingestion-runs
|
||||
POST /api/v1/ingestion-runs
|
||||
PATCH /api/v1/ingestion-runs/{run_id}/finish
|
||||
GET /api/v1/areas/scores?month=2026-05
|
||||
GET /api/v1/market/overview?month=2026-05
|
||||
GET /api/v1/neighborhoods
|
||||
|
||||
Reference in New Issue
Block a user