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