cURL
curl --request POST \ --url https://api.circlemind.co/graph/{graph_name}/configuration \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data '{ "domain": "<string>", "exampleQueries": "<string>", "entityTypes": [ "<string>" ] }'
{ "domain": "<string>", "exampleQueries": "<string>", "entityTypes": [ "<string>" ] }
Update the configuration details of a specific graph by its name.
Data model for graph configuration request.
Successful Response
Data model for graph configuration response.