I've added an API in ION API with a resource that returns a CSV file, but only accepts the application/octet-stream type. I've constructed the swagger doc and the endpoint test functions on the Documentation test page.
However, if I attempt to use this API in an ION Workflow, the Response Content Type application/octet-stream is not available in the dropdown. I updated the swagger doc to also include text/csv, text/plain, and application/json, and the only types available in the dropdown are text/plain and application/json. I'm assuming these two are the only types supported. Can someone please confirm? Thanks!

