cURL command to update service config property
I am trying to update a service config property using cURL command, where "isEnabled=true" is the property checkbox which i want to enable
curl -u admin:admin1 -F isEnabled=true http://localhost:4502/system/console/configMgr/com.tm.help.PageActivationListner
[img]service_screen.jpg[/img]
Please suggest me the right cURL command to use in the above senario, thanks.
Regard,
Suresh Kumar.