Forum Discussion

andreiclara's avatar
andreiclara
New Contributor
2 years ago

Swagger example for multipart/form-data sending file in body

I am trying to add an example in "examples.json" external file a swagger.yaml. Until now for PUT/POST I have: { "path": "/api/books/{id}", "method": "PUT", "examples": [ { "name": "Update book ...