This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "Calling API", | |
| "description": "API to create/manage SignalWire's Calls.\nTo create a new Call, you send a `POST` request to the Call resource with a payload including a `dial` command and additional nested `params`.", | |
| "version": "0.0.0" | |
| }, | |
| "tags": [ | |
| { | |
| "name": "Calls" |