Update
To update a cXML Application, make a POST request to the cXML Application resource.
Use the unique ID that was returned from your previous request to identify the specific instance.
Only parameters passed in will be updated, others will be ignored.
Path parameters
AccountSid
The unique identifier for the account this script is associated with.
Sid
The unique identifier of the cXML script.
Request
Name
A friendly name given to the cXML script. Required.
Contents
The cXML contents of the script. Must be valid XML with proper Mustache syntax if templates are used.
Response
sid
The unique identifier of the cXML script on SignalWire.
date_created
The date and time, in ISO 8601 format, the script was created.
date_updated
The date and time, in ISO 8601 format, the script was updated.
date_last_accessed
The date and time, in ISO 8601 format, the script was last accessed, or null if never accessed.
account_sid
The unique identifier for the account this script is associated with.
name
A friendly name given to the cXML script.
contents
The contents of the cXML script.
request_url
The unique URL to the raw contents of the cXML script.
num_requests
The number of times this cXML script has been accessed.
api_version
The version of the SignalWire API.
uri
The URL of this resource.