cURL
curl --request PUT \ --url https://neode.ai/api/triples \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subject": "<string>", "predicate": "<string>", "object": "<string>", "confidence": 123, "source": "<string>", "graph_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "success": true, "message": "<string>", "data": { "subject": "<string>", "predicate": "<string>", "object": "<string>", "object_type": "literal", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "confidence": 0.5, "source": "<string>", "graph_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "index_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subject_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "object_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z" } }
Update an existing triple by ID
API key for authentication
Successfully updated
A knowledge triple representing a fact as subject-predicate-object
Show child attributes