api2swagger icon indicating copy to clipboard operation
api2swagger copied to clipboard

Incorrect dynamic path replacement

Open gbenson-wikia opened this issue 8 years ago • 0 comments

Example URL: /records/example/autocomplete/name

  1. I tell api2swagger that "example" and "name" are the dynamic portions of the URL
  2. For "example", tell it the parameter name is "name space"
  3. For "name", tell it the parameter name is "partial title"

Expected generated path: /records/{name space}/autocomplete/{partial title}

Actual generated path: /records/{{partial title} space}/autocomplete/name

gbenson-wikia avatar Sep 22 '16 20:09 gbenson-wikia