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 required path params request init #3170

Merged
merged 1 commit into from Oct 13, 2022
Merged

Fix required path params request init #3170

merged 1 commit into from Oct 13, 2022

Conversation

raphael
Copy link
Member

@raphael raphael commented Oct 13, 2022

If the method payload is an object then the code generation algorithm should look at whether the corresponding attribute is required instead of relying on the params attribute as it may make the field required there.

Fix #3166

If the method payload is an object then the code generation
algorithm should look at whether the corresponding attribute
is required instead of relying on the params attribute as it
may make the field required there.
@raphael raphael merged commit b2e52cf into v3 Oct 13, 2022
@raphael raphael deleted the fix_required_params branch October 13, 2022 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3: client/encode_decode.go has a type mismatch error
1 participant