RAML spec doesn’t seem to support wildcard content types */*
Is there a plan to add support for this? Is there an alternative.
RAML spec doesn’t seem to support wildcard content types */*
Is there a plan to add support for this? Is there an alternative.
You need to quote */*
. I have the following in one of my RAML specs and it works great:
body:
"*/*":