There was an error while loading. Please reload this page.
Playground
When you have an op like:
op upload(@header contentType: "multipart/form-data", data: bytes | { x: string }): void;
The openapi incorrectly encodes bytes as byte and not binary.
bytes
byte
binary