Skip to content

Commit

Permalink
Fixed spec
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Apr 17, 2024
1 parent 7a59510 commit 9e29e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/namespaces/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ components:
cluster.health::path.index:
in: path
name: index
description: Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or *.
description: Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.
required: true
schema:
$ref: '../schemas/_common.yaml#/components/schemas/Indices'
Expand Down
2 changes: 1 addition & 1 deletion spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4261,7 +4261,7 @@ components:
indices.put_settings::query.ignore_unavailable:
in: query
name: ignore_unavailable
description: If `true`, returns settings in flat format.
description: Whether specified concrete indices should be ignored when unavailable (missing or closed).
schema:
type: boolean
style: form
Expand Down

0 comments on commit 9e29e9b

Please sign in to comment.