Skip to content

Fixes paths for functions with structured or collection-valued parameters #203

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

Merged
merged 5 commits into from
Mar 29, 2022

Conversation

irvinesunday
Copy link
Contributor

Fixes #202

This PR:

  • Replaces parameter alias for structured and collection-valued parameters with {...}.
  • Replaces the in property value of the parameter object from in:query to in: path.
  • Updates the tests appropriately.

Addresses: microsoftgraph/microsoft-graph-devx-api#913 and microsoftgraph/microsoft-graph-devx-api#902

@irvinesunday irvinesunday requested a review from baywet March 25, 2022 14:03
@irvinesunday irvinesunday requested a review from xuzhg as a code owner March 25, 2022 14:03
@irvinesunday irvinesunday self-assigned this Mar 25, 2022
baywet
baywet previously approved these changes Mar 25, 2022
@irvinesunday irvinesunday merged commit 7bf4eaf into master Mar 29, 2022
@irvinesunday irvinesunday deleted the is/fix-function-paths branch March 29, 2022 14:04
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.

Incorrect paths for functions with structured or collection-valued parameters
2 participants