Forum Discussion

vgflores's avatar
vgflores
Occasional Visitor
2 years ago

Hide a route from a method that has 2 routes

Hi everyone!   I want to hide a route (no show in swagger documentation). Example:   [Route("apirest/model/{param1}/{param2}/{param3}/{param4}")] - SHOW [Route("apirest/model/{param1}/{param2}/{...