1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/api_simple1

11 lines
267 B
Plaintext

curl --data @- -X PUT --dump - http://localhost:8530/_api/simple/all
{ "collection" : "examples" }
HTTP/1.1 200 OK
content-type: application/json
[
{"_id":"189990:1631782","_rev":1631782,"hallo":"world"},
{"_id":"189990:1975069","_rev":1975069,"world":"hallo"}
]