Skip to content

Commit

Permalink
Fix misleading typo (#8608)
Browse files Browse the repository at this point in the history
* Fix misleading typo

Signed-off-by: Simon Weiß <SimonCW@users.noreply.github.com>

* Update _api-reference/index-apis/update-settings.md

Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

---------

Signed-off-by: Simon Weiß <SimonCW@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
  • Loading branch information
SimonCW and kolchfa-aws authored Oct 23, 2024
1 parent f43dcfa commit fb8d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/index-apis/update-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PUT /<index>/_settings

Parameter | Type | Description
:--- | :--- | :---
&lt;index&gt; | String | The index to update. Can be a comma-separated list of multiple index names. Use `_all` or * to close all indexes.
&lt;index&gt; | String | The index to update. Can be a comma-separated list of multiple index names. Use `_all` or `*` to specify all indexes.

## Query parameters

Expand Down

0 comments on commit fb8d9d3

Please sign in to comment.