{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Publish Agent Version API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Publish Agent Version", "type": "folder" }, "items": [ { "info": { "name": "publishAgentVersion", "type": "http" }, "http": { "method": "POST", "url": "https://api.retellai.com/publish-agent-version/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path", "description": "Unique id of the agent." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Publish an existing draft version in place." } ] } ], "bundled": true }