diff --git a/rest-api-spec/api/percolate.json b/rest-api-spec/api/percolate.json index 135d19c72b0d9..2cb9de1caa230 100644 --- a/rest-api-spec/api/percolate.json +++ b/rest-api-spec/api/percolate.json @@ -53,6 +53,11 @@ "type" : "string", "description" : "The type to percolate document into. Defaults to type." }, + "percolate_format": { + "type" : "enum", + "options" : ["ids"], + "description" : "Return an array of matching query IDs instead of objects" + }, "version" : { "type" : "number", "description" : "Explicit version number for concurrency control"