Not sure where or who to ask.....
I want to build a url string that when fired it updates an attribute for a single Feature. What I mean is when the url is called the OBJECTID that matches the status of field changes from Open to Close. Example below
https://<URL>/Data_Issues/FeatureServer/0/applyEdits?f=json&edits=[{"updates":[{"attributes":{OBJECTID:12,STATUS:"Close"}}]}]
I want to be able to use this in ArcGIS Online Popups so quickly users can updates status without going thru the edit windows/forms