Update Public Agent
patch
Update public agent
Authorizations
Path parameters
agentIdstringRequired
Body
Responses
200
Public Agent
application/json
4XX
Error description
application/json
patch
PATCH /api/v1/agents/{agentId}/public-agent HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"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"
}
}
}
Last updated