{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Update Phone Number API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Update Phone Number", "type": "folder" }, "items": [ { "info": { "name": "updatePhoneNumber", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.retellai.com/update-phone-number/:phone_number", "params": [ { "name": "phone_number", "value": "", "type": "path", "description": "E.164 format of the number (+country code, then number with no space, no special characters), used as the unique identifier for phone number APIs." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update agent bound to a purchased phone number" } ] } ], "bundled": true }