INGST-02: Accept RouteGraph via POST /api/v1/data/diagrams #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Server accepts
RouteGraph(single JSON object or JSON array) viaPOST /api/v1/data/diagramsand returns202 Acceptedwith{"status": "accepted", "count": N}.Category: Data Ingestion
REQ-ID: INGST-02
Implemented in Phase 1.
IngestionControllerhandlesPOST /api/v1/data/diagrams. Content-addressable storage using SHA-256 hash of serialized RouteGraph for deduplication. Key files:IngestionController.java,DiagramRepository.java.