Open kevprice83 opened 7 years ago
hey @kevprice83 did you try the newest version pushed yesterday?
This problem should have been resolved. Let me know
@picsoung no I didn't. I wasn't aware this was already fixed. I will try on Monday, thanks for the quick turnaround
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