diff --git a/docs/api_methods_1_x.asciidoc b/docs/api_methods_1_x.asciidoc index 1763fc6bf..871f894af 100644 --- a/docs/api_methods_1_x.asciidoc +++ b/docs/api_methods_1_x.asciidoc @@ -305,6 +305,8 @@ Options::: Options::: * `"internal"` * `"external"` + * `"external_gte"` + * `"force"` `index`:: `String` -- The index of the document being count percolated. @@ -382,6 +384,8 @@ Options::: Options::: * `"internal"` * `"external"` + * `"external_gte"` + * `"force"` `id`:: `String` -- Document ID @@ -448,6 +452,8 @@ Options::: Options::: * `"internal"` * `"external"` + * `"external_gte"` + * `"force"` `id`:: `String` -- The document ID @@ -744,6 +750,8 @@ client.get({ Options::: * `"internal"` * `"external"` + * `"external_gte"` + * `"force"` `id`:: `String` -- The document ID @@ -795,6 +803,8 @@ The default method is `GET` and the usual <