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 has been 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
path
item 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
import
command you can see that the method is created in 3scale with the wrongHTTP
verb:Method _coffees__id__PARAMETERS with system_name _coffees__id__PARAMETERS created on 3scale.
Once the
parameters
object is moved inside theoperation
item the tool is able to import the swagger spec successfully.cc @picsoung
The text was updated successfully, but these errors were encountered: