From 3b1c6bc06f11c9002dc59d26da200ddaf88bde4a Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 4 Feb 2014 12:41:31 +0100 Subject: [PATCH] updated documentation --- arangod/RestHandler/RestEdgeHandler.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arangod/RestHandler/RestEdgeHandler.cpp b/arangod/RestHandler/RestEdgeHandler.cpp index e98963bf69..c8e18a9ed8 100644 --- a/arangod/RestHandler/RestEdgeHandler.cpp +++ b/arangod/RestHandler/RestEdgeHandler.cpp @@ -436,8 +436,7 @@ bool RestEdgeHandler::createDocument () { /// @RESTRETURNCODE{412} /// is returned if a "If-Match" header or `rev` is given and the found /// document has a different version. The response will also contain the found -/// document's current revision in the `_rev` attribute. Additionally, the -/// attributes `_id` and `_key` will be returned. +/// document's current revision in the `etag` header. //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////