You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
The following excerpt of a valid Swagger spec fails when creating the mapping rule:
The second parameter declaration is defined as a direct child of the
pathitem which results in the following error:ERROR encountered on creating Mapping rule: {"http_method":["is not included in the list"]}On the output of the
importcommand you can see that the method is created in 3scale with the wrongHTTPverb:Method _coffees__id__PARAMETERS with system_name _coffees__id__PARAMETERS created on 3scale.Once the
parametersobject is moved inside theoperationitem the tool is able to import the swagger spec successfully.cc @picsoung