cURL
curl --request PUT \ --url https://www.neode.ai/api/indexes/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "is_public": true, "preferred_predicates": [ "<string>" ], "rules": "<string>" } '
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "is_public": true, "preferred_predicates": [ "<string>" ], "rules": "<string>", "item_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Update an existing index
API key for authentication
Fields to update on an index
Preferred predicate types for this index
Custom rules or instructions for triple generation in this index
Successfully updated
Response containing a single index
An index for organizing and disambiguating entities
Show child attributes