We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
I am using rapidoc with fastapi, since fastapi/fastapi#14953 , it generate OpenAPI 3.1 spec and rapidoc upload form do not work any more.
References :
# OpenAPI 3.0 requestBody: content: multipart/form-data: schema: type: object properties: orderId: type: integer fileName: type: string format: binary
# OpenAPI 3.1 requestBody: content: multipart/form-data: schema: type: object properties: orderId: type: integer fileName: type: string contentMediaType: application/octet-stream
Thx a lot.
Hi,
I am using rapidoc with fastapi, since fastapi/fastapi#14953 , it generate OpenAPI 3.1 spec and rapidoc upload form do not work any more.
References :
Thx a lot.