Skip to content

Generated openapi.json should contain a servers section with localhost:8080 #358

@rob-bygrave

Description

@rob-bygrave

Like:

  "openapi" : "3.0.1",
  "info" : { 
      ...
  },
  "servers": [
    {
      "url": "localhost:8080",
      "description": "local testing"
    }
  ],

This then means that tooling like IntelliJ can automatically use it for local testing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions