Skip to main content

Create SWML Script

Create SWML Script

Request Body REQUIRED
contents string
name string
Responses
200

A SWML Script

Schema OPTIONAL
id uuid OPTIONAL
project_id uuid OPTIONAL
display_name string OPTIONAL
type string OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
swml_script object OPTIONAL
id uuid OPTIONAL

A unique identifier for the SWML Script

contents string OPTIONAL
request_url uri OPTIONAL
display_name string OPTIONAL
422

Unprocessable Entity

Schema OPTIONAL
type string
code string
message string
attribute string OPTIONAL
url uri
createSwmlScript
POST /swml_scripts
Body
Loading...
https://.signalwire.com/api/fabric
curl -L -X POST 'https://undefined.signalwire.com/api/fabric/swml_scripts' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'