We have an API that is intended to be public but also has a few endpoints that are intended to be used internally. This change adds @apiIgnoreController and @apiIgnore annotations to allow controllers or individual endpoints to be omitted from the generated OpenAPI spec
We have an API that is intended to be public but also has a few endpoints that are intended to be used internally. This change adds
@apiIgnoreController
and@apiIgnore
annotations to allow controllers or individual endpoints to be omitted from the generated OpenAPI spec