Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] indices.put_settings::query.ignore_unavailable param description is wrong. #243

Closed
saimedhi opened this issue Apr 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@saimedhi
Copy link
Contributor

saimedhi commented Apr 15, 2024

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 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
@saimedhi saimedhi added bug Something isn't working untriaged labels Apr 15, 2024
@saimedhi saimedhi changed the title [BUG] [BUG] indices.put_settings::query.ignore_unavailable param description is wrong. Apr 15, 2024
@saimedhi
Copy link
Contributor Author

Searching for similar errors to address collectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants