From c6d6d7ef5430f56431809e46200d9b41acee6316 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Wed, 11 Oct 2017 17:16:53 +1100 Subject: [PATCH] Align routing param type with search.json Relates https://github.com/elastic/elasticsearch-net/issues/2869 --- rest-api-spec/src/main/resources/rest-api-spec/api/count.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/count.json b/rest-api-spec/src/main/resources/rest-api-spec/api/count.json index 1275983ef238f..96fa4daf12b95 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/count.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/count.json @@ -39,8 +39,8 @@ "description" : "Specify the node or shard the operation should be performed on (default: random)" }, "routing": { - "type" : "string", - "description" : "Specific routing value" + "type" : "list", + "description" : "A comma-separated list of specific routing values" }, "q": { "type" : "string",