Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new extension property to hide controllers and routes from openapi.json #1874

Closed
hacksparrow opened this issue Oct 18, 2018 · 1 comment
Assignees

Comments

@hacksparrow
Copy link
Contributor

Description / Steps to reproduce / Feature proposal

We should be able to mark some controllers and routes as internal/private, meaning they are not listed in openapi.json.

Suggested property name is x-internal.

Example usecase is #1848.

Current Behavior

There is no way to mark controllers and routes as private.

Expected Behavior

Should be able to mark controllers and routes as private.

See Reporting Issues for more tips on writing good issues

@hacksparrow hacksparrow self-assigned this Oct 18, 2018
@hacksparrow hacksparrow changed the title Add new extension property to hide controllers and routes Add new extension property to hide controllers and routes from openapi.json Oct 18, 2018
@hacksparrow
Copy link
Contributor Author

Featured landed via #1896.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant