Published Hub with link to the raw OpenAPI Specification document
Back by popular demand from Stoplight Classic!
You can now find a checkbox in your Hubβs Page Settings to include a link to your raw OpenAPI Specification document in your Hub. If you are publishing your OAS document directly (not in a Hub), you can add an extension in your specification document x-stoplight: { docs: { includeDownloadLink: true } } to include the download link in your published API reference documentation.
Also back by popular demand, you can now mark operations in your specification as private to hide them from your published documentation.
Note: This functionality wasnβt added to models (although you can hide models) and doesnβt remove endpoints from your OpenAPI Specification document (if the download link is included or specification is exported).