Views:
Update a virtual segment on the SMS by using a file.

Definition

virtualsegment/update

Parameters

Parameter Type Description
file Name of the file that contains the virtual segment XML.
vs string Virtual segment name.

Example

curl -v -k --header "X-SMS-API-KEY: <string>" -F "file=@update.xml"
"https://<sms_server>/virtualsegment/update?&vs=<name>"