diff --git a/rest-api-spec/api/percolate.json b/rest-api-spec/api/percolate.json index 2cb9de1caa2..8cec36c1508 100644 --- a/rest-api-spec/api/percolate.json +++ b/rest-api-spec/api/percolate.json @@ -53,6 +53,14 @@ "type" : "string", "description" : "The type to percolate document into. Defaults to type." }, + "percolate_routing": { + "type" : "string", + "description" : "The routing value to use when percolating the existing document." + }, + "percolate_preference": { + "type" : "string", + "description" : "Which shard to prefer when executing the percolate request." + }, "percolate_format": { "type" : "enum", "options" : ["ids"],