I am currently use Swagger to expose all my endpoints, but these endpoints are currently formatted as:
/get/{name}, /put/{name}, where the name can only be those names which I have in database?
Is somehow possible to make swagger expand the general API definition to contain all possible API call one could make, meaning all possible names?