From 6a794933bdd0d1ffceefb3cb640ffd5cd756ec75 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Mon, 9 Jan 2017 10:01:16 -0500 Subject: [PATCH] Reword include_context parameter info to match request --- .../riak/kv/2.2.0/developing/api/protocol-buffers/dt-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-fetch.md b/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-fetch.md index ad7dd7e8fd..522938412d 100644 --- a/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-fetch.md +++ b/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-fetch.md @@ -68,7 +68,7 @@ Parameter | Description `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes to which the delete request will be sent -`include_context` | If `return_body` is set to `true`, the Data Type's opaque "context" will be returned to the client when the `DtUpdateResp` is sent to the client. +`include_context` | If this parameter is set to `true`, the Data Type's opaque "context" will be returned to the client ## Response