om2k04New Member3 months agoi want to convert multipart/form-data to application/json in swagger this type of O/P and i get is Show More
rosecharnleyNew Contributor2 months agoIn the OpenAPI spec you need to change the requestBody>content type to application/json.
Recent DiscussionsUse anyOf/oneOf with codegen?Hiding one of multiple routes for an endpoint - Swagger c# .net 4.8How to customize the swagger-editor to include other definitions besides the PetStore
Related ContentMultipart/form-data request body exampleHow to set different Content-Types in multipart/form-data POST Request?How to pass multipart/form-data request schema in POST Request?