Hmm ... sorry if I misunderstood this:
Is there a good way to document RestAPI automatically?
... but when I decorate my DTO or service with attributes, this is:
[Route("/hello","GET")] [Route("/hello/{Name}","POST,GET")] public class Hello : IReturn<HelloResponse> { public string Name { get; set; } }
The default metadata page generated by the servicestack service describes usage:

Isn't that what you are looking for?
Ameer deen
source share