Is it possible to upload a File as body
?
#123
daMichaelB
started this conversation in
General
Replies: 1 comment
-
does anyone have an idea here? |
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.
-
Hello everyone,
i do not find anything related in the docs so i wanted to ask:
Is it possible to specify that the body of a
POST
request should be a file?I already have set
This shows me the the type
application/zip
next to the body. I also played around with thebodyType
. But i found no way that swagger shows me aOpen File Dialogue
.I mean that if i press the
Try it out
button:I wanted to open up a file that gets posted to my API. Thank you for all kind of guidance and help!
Beta Was this translation helpful? Give feedback.
All reactions