REST API issue in Eclipse
hello~
I have found through the web browser that I can change the property value of THING with the REST API.
So how do I PUT or POST to the REST API in Eclipse?
I've referenced the community's POSTing via a REST call in Java, but it does not work.
Note: POST succeeded but not PUT. I did not make any code changes.
[context: com.thingworx.webservices.context.HttpExecutionContext@49f70e14] [message: JSON Content for said Not Not ValidProperties]
said is a property of restapi Thing.
We have encountered these issues while considering the rest method to transmit data from RS485 communication module.
How do I fix it?

