I've read here about additional information of web API help page. The data annotation actually provides the additional information for documentation. But I want to know that is there anyway to provide additional information without data annotations?
If yes then how?
If not then is there anyway to override the additional information with data annotations for instance the
[Required]
shows Required written in additional information but what if I want to show "This field is required" or something like that?
Thanks
EDIT see in picture I want to update that additional information without data annotation if possible.