In Scalar, when the Content-Type of the request is multipart/form-data, the field values are not shown.
When rendered using Swagger UI, the field values are shown.
Here's what it looks like when rendered with Scalar (via GitBook):
Note: The field values in the body are not shown, and it defaults to JSON.
Here's what it looks like when rendered with Swagger UI:
Note: The field values in the body are shown.
What did you expect to happen?
The field values of the request body to be shown, when the Content-Type : multipart/form-data.
What happens?
In Scalar, when the
Content-Type
of the request ismultipart/form-data
, the field values are not shown. When rendered using Swagger UI, the field values are shown.Note: The field values in the body are not shown, and it defaults to JSON.
Note: The field values in the body are shown.
What did you expect to happen?
The field values of the request body to be shown, when the
Content-Type : multipart/form-data
.OpenAPI Document
OpenAPI Specs