jensoleg / swagger-ui

Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
http://swagger.io
Other
1.13k stars 310 forks source link

Response header are not visible #75

Open brvaland opened 7 years ago

brvaland commented 7 years ago

The response header are not visible on the UI on the right side, please advise?

      responses:
        '201':
          description: Created
          headers:
            Correlation-Id:
              description: xxx
              type: string
              format: uuid
            Location:
             description: Location of the resource created
             type: string