How do I add an array QueryParameter correctly? #2859
Unanswered
momocode-de
asked this question in
Q&A
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a resource with a custom provider (not an entity). I would like to give this resource a query parameter in which multiple values can be specified. So I have added the following to my resource:
Swagger then shows me the following fields:
If I then send it, this URL will be created: ...?topics=sport,fun
But then the following error occurs:
What do I have to change to make this work? Unfortunately, I haven't found anything on this and I would say that this is not an unusual case.
Beta Was this translation helpful? Give feedback.
All reactions