Skip to content

No way to specify "schemes" in swagger doc #788

Open
@granigd

Description

@granigd

I know you can configure the swagger "host" property:

SERVER_NAME = "api.example.com"

which results in the swagger.json:

...
 "host": "api.example.com"}

I would like to do the same thing for the swagger "schemes" property. See: DOC . Unfortunately it seems there is no way to configure it.

....
 "schemes": [
    "https"
  ]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions