Backend API
cURL
curl --request PATCH \ --url https://api.wacht.dev/ai/agents/{agent_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "status": "<string>", "configuration": {}, "tool_ids": [ "<string>" ], "knowledge_base_ids": [ "<string>" ], "sub_agents": [ "<string>" ] } '
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "deployment_id": "<string>", "configuration": {}, "sub_agents": [ "<string>" ] }
Updated AI agent
Was this page helpful?