Gramps 6.0.6
Gramps Web API 3.5.0
Gramps Web Frontend 25.11.0
I’m running Grampweb in my own Synology NAS. Trying to find a way how to update changed GEDCOM rows exported from MyHeritage to Grampsweb fe. person and family level. I have done diff json structures based on my previous import made from MyHeritage. Below example where only gramps_id would be updated. Is it so that Grampsweb API doesn’t allow use of patch method at all? I know that it’s not listed here: Swagger UI
Indeed, the API doesn’t support patch, but you might be interested in my (“unofficial”) Python client which has `update_…` methods that allow updating a single property. (Behind the curtains, it does a GET, then a PUT.)
Thanks for your quick response and all the work you all have done for Grampsweb. I’ve been using it now for two years and it’s given me a private place to store my genealogy related information and document what I’m doing related to it. I have used the blog feature for notes and summaries of what I have been found or doing and where I sometimes got a little stuck :). Other interested people in my family have been able to follow my activities from here.