PUT api/Update?APIKey={APIKey}&ControllerID={ControllerID}&ControllerName={ControllerName}
This will Update the Controller Name Only
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey |
The API key provided |
string |
Required |
ControllerID |
The ControllerID of the unit you want to update |
string |
Required |
ControllerName |
A Controller name for identification on the IPS Controller Website |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The system returns a JSON object that contains the ControllerID and the ControllerPassword.
ControllerUpdateName | Description | Type | Additional information |
---|---|---|---|
Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": "sample string 1" }
application/xml, text/xml
Sample:
<UpdateController.ControllerUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIreg.Controllers"> <Result>sample string 1</Result> </UpdateController.ControllerUpdate>