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

9 lines
242 B
Plaintext

> curl --data @- -X PUT --dump - http://localhost:8530/_api/simple/by-example
{ "collection" : "five", "example" : { "b" : "One" } }
HTTP/1.1 200 OK
content-type: application/json
[
{"a":1,"b":"One","_id":"138663:1711527","_rev":1711527}
]