i try to enable a Monitor using the API in nodejs.
I successfully logged in and retrieved the monitors.
But if i try to enable a monitor with a post request
i.E.
Code: Select all
Monitor[Enabled]="1"
i get the response
Code: Select all
{"message":"Saved"}
Any suggestions?
Regards FX