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

fix: parameter.required field coming as nil #205

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. fix: parameter.required field coming as nil

    With recent deck changes that attemp to skip
    filling defaults before sending to CP, the cmd
    deck file openapi2kong had issues with the required
    field coming up as null, if it was not filled by
    the user. With this change, we fill it with
    false by default.
    
    Fixes: #203
    Prashansa-K committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    84df2b5 View commit details
    Browse the repository at this point in the history