http://localhost:8081/{version}
This documents the API calls that can be made to get RAML of a module defined by X-Okapi-Module-Id header
Get RAMLs for the given module defined by header X-Okapi-Module-Id. Without path query param will return list of RAML paths. With path query param will return the specific RAML with resolvable references.
GET /_/ramls
Path to specific RAML
Example:
users.raml
RAML
Media type: application/json
Type: any
Example:
[
"proxiesFor.raml",
"users.raml",
"addressTypes.raml",
"groups.raml"
]
Media type: application/raml+yaml
Type: any
RAML with a given path not found
Media type: text/plain
Type: any
Internal server error
Media type: text/plain
Type: any
Example:
Internal server error, contact administrator