1
0
Fork 0
arangodb/Documentation/Examples/RestDocumentHandlerPostWait...

5 lines
146 B
Plaintext

shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document/products&waitForSync=true <<EOF
{ "Hello": "World" }
EOF