Skip to content

Commit

Permalink
Added version warning regarding clietn ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowjanya Kamatam committed Feb 15, 2012
1 parent 2f25d7d commit 52b58fd
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -23,6 +23,13 @@ before returning a successful response

## Response

<div class="note"><div class="title">Client ID</div>
<p>All requests to Riak &lt;1.0 or Riak 1.0 without `vnode_vclocks` enabled
should include the `X-Riak-ClientId` header, which can be any string that
uniquely identifies the client, for purposes of tracing object modifications in
the [[vector clock|Vector Clocks]].</p>
</div>

Normal response codes:

* `204 No Content`
Expand Down Expand Up @@ -56,4 +63,4 @@ $ curl -v -X DELETE http://127.0.0.1:8098/riak/test/test2
<
* Connection #0 to host 127.0.0.1 left intact
* Closing connection #0
```
```

0 comments on commit 52b58fd

Please sign in to comment.