om2k04New Member9 months agoi want to convert multipart/form-data to application/json in swagger this type of O/P and i get is Show More
rosecharnleyStaff9 months agoIn the OpenAPI spec you need to change the requestBody>content type to application/json.
Recent DiscussionsJson and Xml example with inheritanceOpenApi Spec for AWS ApiGateway doesn't allow 1 attribute to read its value dynamicallyopenapi codegen doesn't match swagger for xml array
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?