http://localhost/graphium/api/connections/graphs/{graph}/versions/{version}/xinfos
| attribute | type | description |
|---|---|---|
| graph | String | unique graph name |
| version | String | unique graph version or current for currently active graph version |
| file | Multipart File | XInfos as JSON file |
curl -X POST "http://localhost:8080/graphium/api/connections/graphs/osm_at/versions/200603/xinfos" -F "file=@D:/graphium/json/osm_at_connections_xinfo.json"
No Response.