CXML Scripts
Update a cXML Script
Update a cXML script.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice or Messaging or Fax.
Learn more about API scopes.
post/Accounts/{AccountSid}/LamlBins/{Sid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The unique identifier for the account this script is associated with.
Sidstring uuid required
Universal Unique Identifier.
The unique identifier of the cXML script.
Response
The request has succeeded.
Example response
{
"date_created": "2019-11-26T20:00:00Z",
"date_updated": "2019-11-26T20:00:00Z",
"date_last_accessed": "2020-06-05T20:00:00Z",
"name": "Death Star IVR",
"contents": "<Response><Say>Hello!</Say></Response>",
"request_url": "https://example.signalwire.com/laml-bins/5184b831-184f-4209-872d-ccdccc80f2f1",
"num_requests": 42,
"api_version": "2010-04-01",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/LamlBins/5184b831-184f-4209-872d-ccdccc80f2f1"
}