I'm trying to use the arcgis api for Python to update the filter on a layer in a WebMap. The api reference says there should be a function called "update_layer", but I don't see it on the WebMap object or the layer. Is it out of date or am I missing something?
Either way, I have the layer properties saved in a dictionary, I just need to know how to update the layer now. I know how I would update the Feature Layer itself. But I need to update the layer in the map only.
Also the example given in the reference for how to use this nonexistent function doesn't make sense to me. Seems like there are some typos in this section maybe.
