Knowledge Graphs

Create KG edge

post/api/v0/knowledge-graphs/{kg_id}/edges

Path parameters

kg_idstring uuid required

Request body

edge_type_idstring required
source_public_idstring uuid required
target_public_idstring uuid required
attributesobject
confidencenumber nullable
evidenceobject nullable

Response

Successful Response

idstring uuid required
knowledge_graph_idstring uuid required
edge_type_idstring required
source_public_idstring uuid required
target_public_idstring uuid required
attributesobject required
confidencenumber nullable
sourcestring required
evidenceobject nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.