I've managed to create a successful GET response from my Feature Layer.
What I really want to do is update the content of one of the attribute fields.
VBA
Reqeust.Open "POST" FL URL/updateFeatures&token=token from developer
Request.send(string that I created from a json response of the record I want to change, object ID and geometry included)
response says 404
am I barking up the wrong tree?
Thank you!