Is it planned to configure Kiota to send a query parameter array as multiple parameters? #6488
Unanswered
TheDusty01
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @TheDusty01 Have you set the explode property to true in the description of the parameter? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it planned to configure Kiota to send a query parameter array as multiple parameters?
Sample
When I send this request:
Current behavior
I get the following url generated:
Requested behavior
Instead I want multiple query parameters instead of csv's:
Beta Was this translation helpful? Give feedback.
All reactions