{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Recording Rules API", "version": "1.52.0" }, "items": [ { "info": { "name": "Recording Rules", "type": "folder" }, "items": [ { "info": { "name": "Twilio Fetch Recording Rules", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Rooms/:RoomSid/RecordingRules", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" } ] }, "docs": "Twilio Fetch Recording Rules" }, { "info": { "name": "Twilio Update Recording Rules", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Rooms/:RoomSid/RecordingRules", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "Rules", "value": "" } ] } }, "docs": "Update the recording rules for a room to control which tracks are recorded." } ] } ], "bundled": true }