0201e8ea6a448b2124e117c5909ced7ff4a253c8 hiram Tue May 19 13:43:53 2026 -0700 adding login verification to the liftRequest functions refs #31811 diff --git src/hg/hubApi/dataApi.h src/hg/hubApi/dataApi.h index 2a5d2b75fa8..97b2153a1ba 100644 --- src/hg/hubApi/dataApi.h +++ src/hg/hubApi/dataApi.h @@ -79,30 +79,31 @@ #define argSkipContext "skipContext" /* used in findGenome, 'q' is for the query search term */ #define argQ "q" #define argStatsOnly "statsOnly" #define argBrowser "browser" #define argYear "year" #define argCategory "category" #define argStatus "status" #define argLevel "level" #define argLiftable "liftable" #define argFromGenome "fromGenome" #define argToGenome "toGenome" /* used by liftRequest */ #define argEmail "email" #define argComment "comment" +#define argReturnTo "returnTo" /* used by assemblyRequest */ #define argAsmId "asmId" #define argName "name" #define argBetterName "betterName" /* used in liftOver 'listExisting' function to filter the result */ #define argFilter "filter" /* used in list/files to show only certain file types */ #define argFileType "fileType" /* used by /blat */ #define argUserSeq "userSeq" #define argApiKey "apiKey" /* valid argument listings to verify extraneous arguments * initialized in hubApi.c */