Forum Discussion

Staffan's avatar
Staffan
New Contributor
3 years ago

JAX-RS POST method with multipart/form-data and @RequestBody or @Parameter annotation

I'm writing a POST method that should include a request body with the data that should be posted, but I cannot add information to the openapi specification on how the request body should be structure...