Modifying the Introduction on the Web API help page
Asked Answered
V

1

5

I've enhanced an older SOAP style web service with REST endpoints. Most everything is working correctly, but I haven't been able to figure out how to change the Introduction on for the auto generated help files. What I have right now is showing the introduction as "Provide a general description of your APIs here."

I've followed this Similar question, but doesn't explain where to change Introduction and have everything else documented, but still don't know where to change the introduction.

I should be using version 2 of Web-API.

Valentino answered 3/3, 2016 at 21:7 Comment(1)
you can find info hereFriable
T
9

In Visual Studio's Solution Explorer window go to: YourProject -> Areas folder -> HelpPage -> Views -> Help -> index.cshtml and you will see the text you want to modify.

Alternatively you could just do a find all (Ctrl+Shift+F) for the text you are looking for Provide a general description of your APIs here.

Once you've modified it, save the index.cshtml and refresh the page in your browser. Should be good to go.

Travax answered 4/3, 2016 at 2:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.