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 @@
"paths" : {
"/query/run" : {
"get" : {
"tags" : [ "get-query-results" ],
"tags" : [ "Slate_All_Apps_Parm" ],
"summary" : null,
"description" : null,
"operationId" : "get-query-results",
"operationId" : "Slate_All_Apps_Parm",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
......@@ -56,12 +56,18 @@
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "term",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get-query-results"
"$ref" : "#/definitions/Slate_All_Apps_Parm"
}
}
}
......@@ -69,7 +75,7 @@
}
},
"definitions" : {
"get-query-results##row" : {
"Slate_All_Apps_Parm##row" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
......@@ -236,6 +242,12 @@
"ApplicationUpdatedDate" : {
"type" : "string"
},
"PersonUpdatedDate" : {
"type" : "string"
},
"PersonLastLogin" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"type" : "string"
},
......@@ -475,15 +487,15 @@
}
}
},
"get-query-results" : {
"Slate_All_Apps_Parm" : {
"properties" : {
"row" : {
"type" : "array",
"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