Hi,I had faced an issue with a curl command when I try to update a
specific property in the service.Imagine I have a service uk.co.test and
it contains 2 property param1 and param2.Now I run the below command to
set the value for param1 to set test1 usingcurl -u admin:admin -X POST
-d "apply=true" -d "propertylist=param1" -d "param1=test1"
http://localhost:4502/system/console/configMgr/uk.co.test No When I try
to set the value for param2 to test2 using the below curl, the value for
param1 is set...