You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In test app119, there are mutiple file and JSON payloads in a controller method. When sending requests to the /multi endpoint via Swagger UI, the request is not accepted.
In Chrome, a response with code 415 is returned, which is Unsupported Media Type. The Spring boot error is org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported.
Version:
spring boot 3.3.1
springdoc-openapi-starter-webmvc-ui 2.6.0
Expected behavior
The response code should be 200.
Screenshots
The text was updated successfully, but these errors were encountered:
buzzerrookie
added a commit
to buzzerrookie/springdoc-openapi
that referenced
this issue
Jul 17, 2024
In test app119, there are mutiple file and JSON payloads in a controller method. When sending requests to the /multi endpoint via Swagger UI, the request is not accepted.
In Chrome, a response with code 415 is returned, which is Unsupported Media Type. The Spring boot error is org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported.
Version:
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: