mirror of https://gitee.com/bigwinds/arangodb
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
shell> curl -X PUT --header 'If-Match: "1594975702"' --data-binary @- --dump - http://localhost:8529/_api/document/products/1594648022
|
|
{"other":"content"}
|
|
|
|
HTTP/1.1 412 Precondition Failed
|
|
content-type: application/json; charset=utf-8
|
|
etag: "1594648022"
|
|
|
|
{
|
|
"error" : true,
|
|
"code" : 412,
|
|
"errorNum" : 1200,
|
|
"errorMessage" : "precondition failed",
|
|
"_id" : "products/1594648022",
|
|
"_rev" : "1594648022",
|
|
"_key" : "1594648022"
|
|
}
|