When trying to update a standalone parameter using the DataMiner web service SetParameter method, we're getting an 'Invalid write parameter' WebApiException.
https://docs.dataminer.services/develop/webservices/WS_v1/WS_Methods_v1/SetParameter.html
Is it only possible to update write parameters using the SetParameter method?
If so, how can we use the web services to update a read parameter?
The WebAPI methods only support setting write parameters, it's not possible to set a value on read parameters via a WebAPI method, as far as I know this is up to the protocol.