Mango Rest API - Relinquish Data Point
-
Hello,
Under Data points section, I am able to set values of a particular point by entering a value and clicking on "Set".
I am also able to use the REST API to achieve the same objective using PUT request with URL: /v1/point-values/{xid}.Is there a way to use the Mango REST API to relinquish the data point as if i am clicking the relinquish button as below?
-
Hi mangosalad123, welcome to the forum!
Yes, there is such an endpoint. It's the
POST /rest/v1/runtime-manager/relinquish/{xid}
endpoint. There is no request body required. -
@phildunlap Thank you for your help! :)