How can I avoid the Help page showing both versions of my method?
As you can see, I've set up a custom route for /api/property/search/{finnId}
, but I don't want the one using query parameters to show up in the Help page. Any way to get around this? I'm using the built in Help page from the ASP.NET Fall 2012 BUILD preview.
Btw, don't worry about the fact that it says POST
, I've since switched it to GET
, but I get the same results.