enum information in the metadata page
according to this http://stackoverflow.com/questions/22072109/is-there-a-way-to-have-a-servicestack-metadata-page-show-all-the-options-for-an
it's not possible to have enum information show up in the metadata page, but only in swagger .. it would be nice to have such allowed enum values in metadata page as well.
1
vote

-
enrico s. commented
never mind. I noticed that if you use the ApiAllowableValues attribute , this info is reflected in the metadata page as well.
wel done