Skip to content

Commit

Permalink
Fix expected output.
Browse files Browse the repository at this point in the history
Signed-off-by: Archer <[email protected]>
  • Loading branch information
Naarcha-AWS committed Jan 21, 2025
1 parent 9a848c0 commit bc95b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-insert/spec/_fixtures/expected_output/param_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br> Valid values are: <br> - `open`: Expand wildcards to open indices only. </br> - `closed`: Expand wildcards to closed indices only. </br> - `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. <br> Valid values are: <br> - `open`: Expand wildcards to open indices only. <br> - `closed`: Expand wildcards to closed indices only. <br> - `none`: Do not expand wildcards. | N/A |

Check failure on line 70 in spec-insert/spec/_fixtures/expected_output/param_tables.md

View workflow job for this annotation

GitHub Actions / vale

[vale] spec-insert/spec/_fixtures/expected_output/param_tables.md#L70

[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.
Raw output
{"message": "[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.", "location": {"path": "spec-insert/spec/_fixtures/expected_output/param_tables.md", "range": {"start": {"line": 70, "column": 97}}}, "severity": "ERROR"}

Check failure on line 70 in spec-insert/spec/_fixtures/expected_output/param_tables.md

View workflow job for this annotation

GitHub Actions / vale

[vale] spec-insert/spec/_fixtures/expected_output/param_tables.md#L70

[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.
Raw output
{"message": "[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.", "location": {"path": "spec-insert/spec/_fixtures/expected_output/param_tables.md", "range": {"start": {"line": 70, "column": 200}}}, "severity": "ERROR"}

Check failure on line 70 in spec-insert/spec/_fixtures/expected_output/param_tables.md

View workflow job for this annotation

GitHub Actions / vale

[vale] spec-insert/spec/_fixtures/expected_output/param_tables.md#L70

[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.
Raw output
{"message": "[OpenSearch.SubstitutionsError] Use 'indexes' instead of 'indices'.", "location": {"path": "spec-insert/spec/_fixtures/expected_output/param_tables.md", "range": {"start": {"line": 70, "column": 258}}}, "severity": "ERROR"}
| `pretty` | _Optional_ | Boolean | Whether to pretty format the returned JSON response. | N/A |
| `human` <br> _DEPRECATED_ | _Optional_ | Boolean | _(Deprecated since 3.0: Use the `format` parameter instead.)_ Whether to return human readable values for statistics. | `true` |

Expand Down

0 comments on commit bc95b50

Please sign in to comment.