I am describing a schema for uploading files, and hence using multipart/form-data
content type for requestBody
. The generated function have no argument provided. Note that the request: Request
is correctly generated for application/x-www-form-urlencoded
content type.
paths:
/foo:
put:
summary: Bar
requestBody:
content:
"multipart/form-data":
schema:
type: object
properties:
metadata:
type: string
format: binary
payload:
type: string
format: binary
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too