Our API has custom application types.
In addition We have the option of either an SML or JSON format. For example:
- application/vnd.whispir.message-v1+xml
- application/vnd.whispir.message-v1+json
I have specificed both of these as the produces and consumes on my endpoint methods, but there is no option to choose these when I'm testing my endpoints.
Is this a bug or is the practice to define an additional OPEN API file which is just for Flow to consume that specifies only a single value?
Thanks,
-p