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(requests): Properly handle optional request parameters #1750

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

dzhengg
Copy link
Contributor

@dzhengg dzhengg commented Dec 14, 2023

Optional is not the right way to declare that a particular request parameter is not required. There was a similar issue in the corresponding clouddriver endpoint that was fixed by
spinnaker/clouddriver#6067

Optional is not the right way to declare that a particular request
parameter is not required. There was a similar issue in the corresponding
clouddriver endpoint that was fixed by
spinnaker/clouddriver#6067
@dzhengg dzhengg force-pushed the fix-optional-params branch from 39218f3 to d0fe51d Compare December 14, 2023 18:36
@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Dec 14, 2023
@mergify mergify bot added the auto merged label Dec 14, 2023
@mergify mergify bot merged commit ba6c51b into spinnaker:master Dec 14, 2023
@dzhengg dzhengg deleted the fix-optional-params branch December 14, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants