Last updated 4 months ago
Update public agent
curl -L \ --request PATCH \ --url 'https://www.taskade.com/api/v1/agents/{agentId}/public-agent' \ --header 'Content-Type: application/json' \ --data '{ "preferences": { "mode": "template", "canCopyKnowledge": true, "hideBranding": true, "theme": "light" } }'
{ "ok": true, "item": { "id": "text", "space_agent_id": "text", "preferences": { "mode": "template", "canCopyKnowledge": true, "hideBranding": true, "theme": "light" } } }