MindsDB
Open Source Product Docs
cURL
curl --request PUT \ --url http://127.0.0.1:47334/api/projects/{projectName}/skills/{skillName} \ --header 'Content-Type: application/json' \ --data '{ "skill": { "name": "<string>", "type": "<string>", "source": "<string>", "database": "<string>", "tables": [ "<string>" ], "description": "<string>" } }'
{ "name": "<string>", "type": "<string>", "source": "<string>", "database": "<string>", "tables": [ "<string>" ], "description": "<string>" }
The name of the project where agent resides
The name of the skill
Skill was successfully updated
The response is of type object.
object
Was this page helpful?