Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swagger 2.0 upload causing "base_url must not end with a '/'" #713

Open
benjamine opened this issue Dec 8, 2017 · 0 comments
Open

swagger 2.0 upload causing "base_url must not end with a '/'" #713

benjamine opened this issue Dec 8, 2017 · 0 comments

Comments

@benjamine
Copy link

when uploading a swagger 2.0 json,
with this structure:

{
  "swagger": "2.0",
  "host": "api.example.io",
  "schemes": [
    "https"
  ],
  "basePath": "/",
  ...

upload fails with: base_url[https://api.example.io/] must not end with a '/'
although this is valid swagger 2.0. (and an empty basePath is invalid swagger 2.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants