Breaking Changes for rest plugin
2.0.0.0
REST Multipart form data: Binary part
requestBody:
content:
multipart/form-data: # Media type
schema: # Request payload
type: object
properties: # Request parts
myFile1: # Part 1
type: string
format: binaryWhat breaks?
Why?
How to fix it


Last updated