Skip to content

Commit bfd4672

Browse files
author
Lauren
authored
Merge pull request #2363 from shaneutt/master
Add missing response section to yokozuna index delete and put
2 parents d81ba04 + 75dbd04 commit bfd4672

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/riak/kv/2.2.0/developing/api/protocol-buffers/yz-index-delete.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ message RpbYokozunaIndexDeleteReq {
2626
required bytes name = 1;
2727
}
2828
```
29+
30+
## Response
31+
32+
Returns a [RpbDelResp](/riak/kv/2.2.0/developing/api/protocol-buffers/#message-codes) code with no data on success.
33+

content/riak/kv/2.2.0/developing/api/protocol-buffers/yz-index-put.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ message RpbYokozunaIndex {
3838

3939
Each message specifying an index must include the index's name as a
4040
binary (as `name`). Optionally, you can specify a [`schema`](/riak/kv/2.2.0/developing/usage/search-schemas) name and/or an `n_val`, i.e. the number of nodes on which the index is stored (for GET requests) or on which you wish the index to be stored (for PUT requests). An index's `n_val` must match the associated bucket's `n_val`.
41+
42+
## Response
43+
44+
Returns a [RpbPutResp](/riak/kv/2.2.0/developing/api/protocol-buffers/#message-codes) code with no data on success.
45+

0 commit comments

Comments
 (0)