I'm using MVC4 WebAPI and have some questions;
How can we define the "content" of the Parameters page [Additional Information] ??
By default this one states "Define this parameter in the request body" ??How can we define the sample data on the Parameters page [Sample] ??
For example let's assume one string value should be either "COME" or "GO", how can I get that stated on the help page instead of getting their defaults "string" values?Where is the right place to put some constraints like the Headers values expected or the possible Responses/Errors that the API will produce so that it will appear on the Help Page ?