Update an XML Bin
To update an XML Bin, make a PUT request to the XML Bin 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.
Permissions
The API token must include one of the following scopes: Voice or Messaging or Fax.
Path Parameters |
---|
AccountSid uuid — REQUIREDThe unique identifier for the account this Bin is associated with. |
Sid uuid — REQUIREDThe unique identifier of the XML Bin on SignalWire. This can be used to show, update, or delete the Bin programmatically. |
Request Body — REQUIRED |
---|
Name string — REQUIREDA friendly name given to the XML Bin to help distinguish and search for different Bins within your project. |
Contents stringThe contents of the Bin, this evaluate to valid XML, with additional support for mustache templating. |
Responses | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
200 OK
|