--- swagger: '2.0' info: version: 1.0.0 title: GeoWebCache Index description: The front facing html ui for GeoWebCache. contact: name: GeoServer email: 'geoserver-users@osgeo.org' url: 'https://geoserver.org/comm/' host: localhost:8080 schemes: - http basePath: /geoserver/gwc paths: /rest: get: operationId: indexGet tags: - "GwcIndex" summary: Returns the HTML user interface description: Returns the HTML for the front facing ui homepage for GeoWebCache. produces: - text/html responses: 200: description: OK examples: text/html: |