raml-org / raml-spec

RAML Specification
http://raml.org
3.87k stars 858 forks source link

Skip a Perticular API documentation in RAML documentation #731

Closed sampadc closed 3 years ago

sampadc commented 4 years ago

Is it Possible in RAML to skip a particular REST API Documentation in Spring Boot or it's not possible in RAML.

jstoiko commented 3 years ago

I think this would be a question for whatever (Spring Boot) tool you are using along with your RAML definitions.

As far as RAML is concerned, "skipping" can be expressed in different ways. That I can think of, using annotations would be one way and using overlays to add or remove specific "documentation" parts would be another.