diff --git a/Slate_All_Apps_Parm_plus_Test.json b/Slate_All_Apps_Parm_plus_Test.json
index 11f920116646c7a5b5dcc6351a66856cde8944a6..602f5f2d2ffed9ab59d9955cbdedbdd5c228757e 100644
--- a/Slate_All_Apps_Parm_plus_Test.json
+++ b/Slate_All_Apps_Parm_plus_Test.json
@@ -14,10 +14,10 @@
   "paths" : {
     "/query/run" : {
       "get" : {
-        "tags" : [ "Slate_All_Apps_Parm" ],
+        "tags" : [ "get-query-results" ],
         "summary" : null,
         "description" : null,
-        "operationId" : "Slate_All_Apps_Parm",
+        "operationId" : "get-query-results",
         "produces" : [ "application/json" ],
         "consumes" : [ "application/json" ],
         "parameters" : [ {
@@ -57,7 +57,7 @@
           "required" : false,
           "type" : "string"
         }, {
-          "name" : "term",
+          "name" : "dtupdate",
           "in" : "query",
           "description" : null,
           "required" : false,
@@ -67,7 +67,7 @@
           "200" : {
             "description" : "successful operation",
             "schema" : {
-              "$ref" : "#/definitions/Slate_All_Apps_Parm"
+              "$ref" : "#/definitions/get-query-results"
             }
           }
         }
@@ -75,7 +75,7 @@
     }
   },
   "definitions" : {
-    "Slate_All_Apps_Parm##row" : {
+    "get-query-results##row" : {
       "properties" : {
         "ApplicationIHNumber" : {
           "type" : "string"
@@ -242,12 +242,6 @@
         "ApplicationUpdatedDate" : {
           "type" : "string"
         },
-        "PersonUpdatedDate" : {
-          "type" : "string"
-        },
-        "PersonLastLogin" : {
-          "type" : "string"
-        },
         "ApplicationResearchExperienceYN" : {
           "type" : "string"
         },
@@ -487,12 +481,12 @@
         }
       }
     },
-    "Slate_All_Apps_Parm" : {
+    "get-query-results" : {
       "properties" : {
         "row" : {
           "type" : "array",
           "items" : {
-            "$ref" : "#/definitions/Slate_All_Apps_Parm##row"
+            "$ref" : "#/definitions/get-query-results##row"
           }
         }
       }