{ "opencollection": "1.0.0", "info": { "name": "NFON Call History Accounts trunks API", "version": "2.0-early-access" }, "items": [ { "info": { "name": "trunks", "type": "folder" }, "items": [ { "info": { "name": "Update tenant trunk", "type": "http" }, "http": { "method": "PUT", "url": "https://api.nfon.com/call-history/tenants/:tenant/trunks/:trunkId", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "trunkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing trunk for a tenant" }, { "info": { "name": "Delete tenant trunk", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.nfon.com/call-history/tenants/:tenant/trunks/:trunkId", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "trunkId", "value": "", "type": "path" } ] }, "docs": "Deletes a trunk for a tenant" }, { "info": { "name": "Create tenant trunk", "type": "http" }, "http": { "method": "POST", "url": "https://api.nfon.com/call-history/tenants/:tenant/trunks", "params": [ { "name": "tenant", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new trunk for a tenant" } ] } ], "bundled": true }