Replies: 1 comment
-
After some testing I managed to figure out that you simply need to input multiple types like so: |
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
-
Hi all!
I'm trying to send a request to the REST API where I request multiple types of models but I can't seem to figure out how to properly turn it into a array since it keeps stating an error that it has receive a string instead of an array.
the docs seem to suggest that it's possible to define multiple types since it says
enum[]
:Would like to know if this is possible :)
Beta Was this translation helpful? Give feedback.
All reactions