{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Update Chat Agent API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Update Chat Agent", "type": "folder" }, "items": [ { "info": { "name": "updateChatAgent", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.retellai.com/update-chat-agent/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path", "description": "Unique id of the chat agent to be updated." }, { "name": "version", "value": "", "type": "query", "description": "Optional version of the API to use for this request. Default to latest version." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing chat agent" } ] } ], "bundled": true }