Browse Source

Align routing param type with search.json (#26958)

Relates https://github.com/elastic/elasticsearch-net/issues/2869
Russ Cam 8 years ago
parent
commit
a0bdedb143
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rest-api-spec/src/main/resources/rest-api-spec/api/count.json

+ 2 - 2
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",