From bc95b507a5b8e63cb4602a6755f1722c34bf28a8 Mon Sep 17 00:00:00 2001 From: Archer Date: Tue, 21 Jan 2025 10:29:10 -0600 Subject: [PATCH] Fix expected output. Signed-off-by: Archer --- spec-insert/spec/_fixtures/expected_output/param_tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-insert/spec/_fixtures/expected_output/param_tables.md b/spec-insert/spec/_fixtures/expected_output/param_tables.md index 9ec4ae07f1..7eda4ba6c1 100644 --- a/spec-insert/spec/_fixtures/expected_output/param_tables.md +++ b/spec-insert/spec/_fixtures/expected_output/param_tables.md @@ -67,7 +67,7 @@ The following table lists the available query parameters. | Parameter | Required | Data type | Description | Default | | :--- | :--- | :--- | :--- | :--- | -| `expand_wildcard` | **Required** | String | Whether to expand wildcard expression to concrete indices that are open, closed, or both.
Valid values are:
- `open`: Expand wildcards to open indices only.
- `closed`: Expand wildcards to closed indices only.
- `none`: Do not expand wildcards. | N/A | +| `expand_wildcard` | **Required** | String | Whether to expand wildcard expression to concrete indices that are open, closed, or both.
Valid values are:
- `open`: Expand wildcards to open indices only.
- `closed`: Expand wildcards to closed indices only.
- `none`: Do not expand wildcards. | N/A | | `pretty` | _Optional_ | Boolean | Whether to pretty format the returned JSON response. | N/A | | `human`
_DEPRECATED_ | _Optional_ | Boolean | _(Deprecated since 3.0: Use the `format` parameter instead.)_ Whether to return human readable values for statistics. | `true` |