Method: updateNamedListDescriptionEx

Update the named list description with the new provided description. This operation is similar to updateNamedListDescription, but returns a verbose message.

Parameters

Name Type Description
listName string Named list to update
descr string Named list description

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorCode string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/updateNamedListDescriptionEx?listName=iOS&descr=Example-Web-Service