1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/rest_update-document-if-mat...

12 lines
275 B
Plaintext

> curl --data @- -X PUT '-H if-match: "30050093"' --dump - http://localhost:8529/document/73482/30050094
{ "World" : "Hallo" }
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
{
"_rev": 30050094,
"_id": "73482/30050094",
"error": true
}