swagger-ui icon indicating copy to clipboard operation
swagger-ui copied to clipboard

Response header are not visible

Open brvaland opened this issue 8 years ago • 0 comments

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

brvaland avatar Mar 07 '17 14:03 brvaland