I'm trying to figure out how to change the value of a custom meaning
attribute of a layer using Geoserver's REST API.
The value is originally set using DBF data of each Shape record.
I tried all sorts of GET calls on layers, datastores, feature types to see where and how I could update but I could not get info about attributes.
My (hopefully) temporary solution is to send the entire shape file again but is a bit overkill and slow if file has too many records.
Any ideas?
Thanks!