The REST endpoints of my application all start with /api/. The swagger-ui lists all REST pathes under /api/, which is a mess. I want to set the basepath to /api/, so that only the REST endpoints are shown.
According to https://swagger.io/docs/specification/2-0/api-host-and-base-path/ it should be simple, but using the ServiceStack OpenApiFeature from ServiceStack.API.OpenApi 5.7.0 I can't see where to access that property.
Does anyone know how to set the basepath property?