You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ArangoDB
In the java driver documentation, all of the edge manipulation examples reference "key" when describing the from/to endpoints. I tried using the _key value, assuming that is what "key" meant when setting up an edge but would always get an error about the edge attribute(s) not being correct. I tried using the _id value in the edge definition and that worked. So, is the documentation incorrectly referencing "key" instead of "id" or is the java driver not behaving correctly?
Michele Rastelli
unread,
Feb 15, 2020, 1:22:42 PM2/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ArangoDB
It is actually an error in the documentation, you should actually use the "id" in such cases.