Hi Andreas, I'm sorry I can't name you the direct API name of python-arango for this, but updating single attributes of existing documents can be achieved via
https://docs.arangodb.com/3.2/HTTP/Document/WorkingWithDocuments.html#update-document hope this helps, Willi On Monday, October 2, 2017 at 11:20:53 AM UTC+2, Andreas Jung wrote: > > My schema contains a `log` field which is a list where I need to append a > logging message with each update of the document. > > Is there a way to append to `log` on the python-arango layer without > reading the old log and storing an updated version of this value? > Or is this only available through AQL as part of the array functions? > > Andreas > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
