Making your Endpoints Public/Private
What
If you have endpoints that you don’t wish to expose publicly, you can make your endpoints private. This will remove them from any documentation you publish.
Note: This functionality wasn’t added to models (how to hide models) and doesn’t remove endpoints from your OpenAPI Specification document (if a download link is included or the specification is exported then they will be visible).
How
- Select the modeling file you wish to modify
- Select the endpoint you would like to modify
- Toggle private to on
Related Articles