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

11 lines
245 B
Plaintext

> curl -X GET '-H if-match: "13276833"' --dump - http://localhost:8529/document/169634/13276834
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
{
"_rev": 13276834,
"_id": "169634/13276834",
"error": true
}