{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Update Chat API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Update Chat", "type": "folder" }, "items": [ { "info": { "name": "updateChatMetadata", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.retellai.com/update-chat/:chat_id", "params": [ { "name": "chat_id", "value": "", "type": "path", "description": "The chat id of the chat to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update metadata and sensitive data storage settings for an existing chat." } ] } ], "bundled": true }