-
Notifications
You must be signed in to change notification settings - Fork 217
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
Typescript – Query parameters with oneOf schemas are not built #3969
Comments
Hi @azan-n, |
Thank you so much for getting back @baywet.
I thought some more about the issue after posting and I had come to the same conclusion that we were probably complicating the query parameters in the spec for no good reason. |
no worries. Is there anything additional here or can we close the issue? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
As part of my OpenAPI spec, I have multiple query parameters that are defined as the following:
The Kiota-generated client for Typescript does not account for these. I'd be happy to submit a PR if needed.
The text was updated successfully, but these errors were encountered: