You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
indices.put_settings::query.ignore_unavailable param description is wrong. It is given description of other param indices.put_settings::query.flat_settings
indices.put_settings::query.flat_settings:
in: query
name: flat_settings
description: If `true`, returns settings in flat format.
schema:
type: boolean
style: form
indices.put_settings::query.ignore_unavailable:
in: query
name: ignore_unavailable
description: If `true`, returns settings in flat format.
schema:
type: boolean
style: form
The text was updated successfully, but these errors were encountered:
What is the bug?
indices.put_settings::query.ignore_unavailable param description is wrong.
How can one reproduce the bug?
From spec: https://github.com/opensearch-project/opensearch-api-specification/releases/download/main/opensearch-openapi.yaml
indices.put_settings::query.ignore_unavailable
param description is wrong. It is given description of other paramindices.put_settings::query.flat_settings
The text was updated successfully, but these errors were encountered: