-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
OAS 3 autocomplete fails depending on the format of the spec
Parameters can be placed in paths > nameOfThePath > parameters, or in paths > nameOfThePath > get > parameters, being both valid.
Example: paths > nameOfThePath > parameters
{ "openapi": "3.0.2", "info": {}, "paths": { "/example/path": { "parameters": [] } } }
Example: paths > nameOfThePath > get > parameters
{ "openapi": "3.0.2", "info": {}, "paths": { "/example/path": { "get": { "parameters": [] } } } }
But, our code only works with paths > nameOfThePath > get > parameters
Support for paths > nameOfThePath > parameters should be added
- is caused by
-
THREESCALE-4859 Implement authentication keys
- Closed