Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 843 Bytes

File metadata and controls

21 lines (13 loc) · 843 Bytes

POST add XInfo to connections

Resource URL

http://localhost/graphium/api/connections/graphs/{graph}/versions/{version}/xinfos

Parameters

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

Example URL

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"

Response

No Response.