-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
3
-
None
-
None
-
None
-
OTA 282
-
None
-
None
-
None
$ curl -s "https://api.stage.openshift.com/api/upgrades_info/openapi" | jq '.paths|keys[]'
"/api/upgrades_info/graph"
"/api/upgrades_info/v1/graph"
$ curl -s "https://api.stage.openshift.com/api/upgrades_info/openapi" | jq '.paths."/api/upgrades_info/graph".parameters'
[
{
"in": "query",
"name": "channel",
"required": true,
"schema": {
"type": "string"
},
"style": "form"
}
]
$ curl -s "https://api.stage.openshift.com/api/upgrades_info/openapi" | jq '.paths."/api/upgrades_info/v1/graph".parameters'
null
This might be a result of this.
Expected:
The parameters for the two paths are the same.
- relates to
-
OTA-545 Cincinnati OpenAPI should declare query parameters, etc.
-
- Closed
-