Update Agent Public Access
put
Enable public access in the agent
Authorizations
Path parameters
agentIdstringRequired
Responses
200
Public access successfully enabled
application/json
4XX
Error description
application/json
put
/agents/{agentId}/publicAccessPUT /api/v1/agents/{agentId}/publicAccess HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "ok": true,
  "publicUrl": "https://example.com"
}Last updated