INGST-02: Accept RouteGraph via POST /api/v1/data/diagrams #2

Closed
opened 2026-03-11 11:13:09 +01:00 by claude · 1 comment
Owner

Server accepts RouteGraph (single JSON object or JSON array) via POST /api/v1/data/diagrams and returns 202 Accepted with {"status": "accepted", "count": N}.

Category: Data Ingestion
REQ-ID: INGST-02

Server accepts `RouteGraph` (single JSON object or JSON array) via `POST /api/v1/data/diagrams` and returns `202 Accepted` with `{"status": "accepted", "count": N}`. **Category:** Data Ingestion **REQ-ID:** INGST-02
Author
Owner

Implemented in Phase 1. IngestionController handles POST /api/v1/data/diagrams. Content-addressable storage using SHA-256 hash of serialized RouteGraph for deduplication. Key files: IngestionController.java, DiagramRepository.java.

Implemented in Phase 1. `IngestionController` handles `POST /api/v1/data/diagrams`. Content-addressable storage using SHA-256 hash of serialized RouteGraph for deduplication. Key files: `IngestionController.java`, `DiagramRepository.java`.
Sign in to join this conversation.