-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Input fields for arrays of references in request body #4975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OpenAPI Specification does not provide a way to define such requests. Field names like This is a limitation of the OpenAPI Specification, not Swagger UI. |
As for the first question
see #2771 (comment) |
@hkosova I honestly forgot what was the problem here. It has been almost two years. You can close it if you think the issues is fixed |
The issue is not fixed yet. |
Q&A (please complete the following information)
Content & configuration
Swagger/OpenAPI definition:
Swagger-UI configuration options:
Screenshots
How can we help?
As you can see in the image there are input fields for the
images
parameter but not for the rooms parameters. These are in JSON format.It is possible to have input fields for each element in the arrays? Also, I seems the data is not sent in the proper format. I want to send to the server a request in this format(from Chrome Header/Form Data):
But Swagger is sending it in this format:
The text was updated successfully, but these errors were encountered: