Answer the question
In order to leave comments, you need to log in
Web api documentation generation?
Hello.
Perhaps someone faced such a problem.
There is a web api (.net), in which the custom attribute versionedRoute is used for method versioning. When generating documentation, if the methods are no different, then information is displayed only for the first method. For example (just an example):
[VersionedRoute("",1)]
public ActionResult Get()
{ ...
[VersionedRoute("",2)]
public ActionResult GetV2()
{ ...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question