In the following example it is not parsed the wildcard
#%RAML 1.0
title: wildcard
baseUri: http://wildcard.com/api/console/
resourceTypes:
- organizationsCurrentOwnersUsername:
usage: wildcard is not correctly parsed
/organizations/current:
get:
responses:
200:
description: OK
body:
application/*:
400:
description: Mandatory query string parameter not being provided
415:
description: The content type of the body is not supported
404:
description: The organization cannot be found
500:
description: Database current unavailable
In the following example it is not parsed the wildcard
Error: