Skip to content

Incorrect dynamic path replacement #2

@gbenson-wikia

Description

@gbenson-wikia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions