318a5c110a86569bd4e4b8fd7263c684245e6049
lrnassar
  Thu Oct 10 10:54:48 2019 -0700
Changing JSON API to REST API and adding new entry to API help page refs #24282

diff --git src/hg/htdocs/inc/gbPageStartHardcoded.html src/hg/htdocs/inc/gbPageStartHardcoded.html
index 77b7741..cfa48c1 100755
--- src/hg/htdocs/inc/gbPageStartHardcoded.html
+++ src/hg/htdocs/inc/gbPageStartHardcoded.html
@@ -88,31 +88,31 @@
           <li class="menuparent" id="mirrors"><span>Mirrors</span>
             <ul style="display: none; visibility: hidden;">
               <li class="first"><a href="https://genome.ucsc.edu/mirror.html">Third Party Mirrors</a></li>
               <li><a href="https://genome.ucsc.edu/goldenPath/help/mirror.html">Mirroring Instructions</a></li>
             </ul>
           </li>
 
           <li class="menuparent" id="downloads"><span>Downloads</span>
             <ul style="display: none; visibility: hidden;">
               <li class="first"><a href="http://hgdownload.soe.ucsc.edu/downloads.html">Genome Data</a></li>
               <li><a href="http://hgdownload.soe.ucsc.edu/downloads.html#source_downloads">Source Code</a></li>
               <li><a href="https://genome-store.ucsc.edu">Genome Browser Store</a></li>
               <li><a href="http://hgdownload.soe.ucsc.edu/downloads.html#utilities_downloads">Utilities</a></li>
               <li class="last"><a href="https://genome.ucsc.edu/goldenPath/help/ftp.html">FTP</a></li>
               <li class="last"><a href="https://genome.ucsc.edu/goldenPath/help/mysql.html">MySQL Access</a></li>
-	      <li class="last"><a href="https://genome.ucsc.edu/goldenPath/help/api.html">JSON API</a></li>
+	      <li class="last"><a href="https://genome.ucsc.edu/goldenPath/help/api.html">REST API</a></li>
             </ul>
           </li>
           
           <li class="menuparent" id="myData"><span>My Data</span>
             <ul style="display: none; visibility: hidden;">
               <li><a id="sessionsMenuLink" href="https://genome.ucsc.edu/cgi-bin/hgSession?hgS_doMainPage=1">My Sessions</a></li>
               <li><a id="publicSessionsMenuLink" href="https://genome.ucsc.edu/cgi-bin/hgPublicSessions">Public Sessions</a></li>
               <li><a id="trackHubsMenuLink" href="https://genome.ucsc.edu/cgi-bin/hgHubConnect">Track Hubs</a></li>
               <li class="last"><a id="customTracksMenuLink" href="https://genome.ucsc.edu/cgi-bin/hgCustom">Custom Tracks</a></li>
             </ul>
           </li>
 
           <li class="menuparent" id="help"><span>Help</span><ul style="display: none; visibility: hidden;">
               <li><a href="https://genome.ucsc.edu/FAQ/">FAQs & Search</a></li>
               <li><a href="https://genome.ucsc.edu/goldenPath/help/hgTracksHelp.html">Browser Documentation</a></li>