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

Update Slate_All_Apps_Parm_plus_Prod.json

parent 9e1c28a2
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" : [ "get-query-results-1" ],
"summary" : null,
"description" : null,
"operationId" : "get-query-results",
"operationId" : "get-query-results-1",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
......@@ -67,7 +67,7 @@
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get-query-results"
"$ref" : "#/definitions/get-query-results-1"
}
}
}
......@@ -486,7 +486,7 @@
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-query-results##row"
"$ref" : "#/definitions/get-query-results-1##row"
}
}
}
......
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