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]Remove default values present in parameter descriptions. #263

Closed
saimedhi opened this issue Apr 22, 2024 · 0 comments · Fixed by #264
Closed

[BUG]Remove default values present in parameter descriptions. #263

saimedhi opened this issue Apr 22, 2024 · 0 comments · Fixed by #264
Labels
bug Something isn't working untriaged

Comments

@saimedhi
Copy link
Contributor

What is the bug?

Remove default values present in parameter descriptions as they are present in schema[default].

How can one reproduce the bug?

example:

cluster.put_settings::query.flat_settings:
   in: query
   name: flat_settings
   description: 'Return settings in flat format (default: false)'
   schema:
     type: boolean
     default: false
   style: form

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

Successfully merging a pull request may close this issue.

1 participant