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 16, 2024
1 parent 7a59510 commit 458ff06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ components:
description: |-
Name of the data stream, which must meet the following criteria:
Lowercase only;
Cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, `,`, `#`, `:`, or a space character;
Cannot include `/`, `*`, `?`, `"`, `<`, `>`, `|`, `,`, `#`, `:`, backslash, or a space character;
Cannot start with `-`, `_`, `+`, or `.ds-`;
Cannot be `.` or `..`;
Cannot be longer than 255 bytes. Multi-byte characters count towards this limit faster.
Expand Down 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 458ff06

Please sign in to comment.