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.