Minds
Commercial Product Docs
curl --request PATCH \ --url 'https://mdb.ai/api/projects/mindsdb/minds/mind_name' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer MINDS_API_KEY' \ --data '{ "name": "mind_name_new", "datasources": ["datasource_name"] }'
200 OK
PATCH
Authorization
Authorization: Bearer MINDS_API_KEY
Was this page helpful?