om2k04New Member8 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 Contributor8 months agoIn the OpenAPI spec you need to change the requestBody>content type to application/json.
Recent Discussionsopenapi codegen doesn't match swagger for xml arraySwagger Ui showing different behaviorMaximum no of end-points in an API
Related ContentMultipart/form-data request body exampleHow to pass multipart/form-data request schema in POST Request?How to set different Content-Types in multipart/form-data POST Request?