Confusing uploading behavior for YAML files #1142
Labels
bug
Something isn't working
command:openapi
Issues pertaining to the `openapi`, `validate`, `reduce`, or `swagger` commands
In
openapi upload
, we currently always bundle (with the fix in #1141, at least) the OAS and convert it to JSON prior to sending it to ReadMe.This creates unexpected behavior for YAML files, where it's possible to send a YAML file and we'll send the file with a
.yml
file extension, yet the file blob itself is JSON due to our converting/bundling.How should we handle this? Should we ever send the original, unbundled, unconverted file?
The text was updated successfully, but these errors were encountered: