diff --git a/Slate_All_Apps_Parm_plus_Prod.json b/Slate_All_Apps_Parm_plus_Prod.json index 0739a60ebe05d8f3380511959f85da9fa9b9f810..7d57f3abebeda6cf9e616eef337c4a5b8af08891 100644 --- a/Slate_All_Apps_Parm_plus_Prod.json +++ b/Slate_All_Apps_Parm_plus_Prod.json @@ -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" } } }