Skip to content
Snippets Groups Projects
Commit cf3eba8f authored by Diana StarDragon's avatar Diana StarDragon
Browse files

Update Slate_All_Apps_Parm_plus_Test.json

parent 66396857
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
"paths" : { "paths" : {
"/query/run" : { "/query/run" : {
"get" : { "get" : {
"tags" : [ "get-query-results" ], "tags" : [ "Slate_All_Apps_Parm" ],
"summary" : null, "summary" : null,
"description" : null, "description" : null,
"operationId" : "get-query-results", "operationId" : "Slate_All_Apps_Parm",
"produces" : [ "application/json" ], "produces" : [ "application/json" ],
"consumes" : [ "application/json" ], "consumes" : [ "application/json" ],
"parameters" : [ { "parameters" : [ {
...@@ -56,12 +56,18 @@ ...@@ -56,12 +56,18 @@
"description" : null, "description" : null,
"required" : false, "required" : false,
"type" : "string" "type" : "string"
}, {
"name" : "term",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ], } ],
"responses" : { "responses" : {
"200" : { "200" : {
"description" : "successful operation", "description" : "successful operation",
"schema" : { "schema" : {
"$ref" : "#/definitions/get-query-results" "$ref" : "#/definitions/Slate_All_Apps_Parm"
} }
} }
} }
...@@ -69,7 +75,7 @@ ...@@ -69,7 +75,7 @@
} }
}, },
"definitions" : { "definitions" : {
"get-query-results##row" : { "Slate_All_Apps_Parm##row" : {
"properties" : { "properties" : {
"ApplicationIHNumber" : { "ApplicationIHNumber" : {
"type" : "string" "type" : "string"
...@@ -236,6 +242,12 @@ ...@@ -236,6 +242,12 @@
"ApplicationUpdatedDate" : { "ApplicationUpdatedDate" : {
"type" : "string" "type" : "string"
}, },
"PersonUpdatedDate" : {
"type" : "string"
},
"PersonLastLogin" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : { "ApplicationResearchExperienceYN" : {
"type" : "string" "type" : "string"
}, },
...@@ -475,15 +487,15 @@ ...@@ -475,15 +487,15 @@
} }
} }
}, },
"get-query-results" : { "Slate_All_Apps_Parm" : {
"properties" : { "properties" : {
"row" : { "row" : {
"type" : "array", "type" : "array",
"items" : { "items" : {
"$ref" : "#/definitions/get-query-results##row" "$ref" : "#/definitions/Slate_All_Apps_Parm##row"
} }
} }
} }
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment