/disable endpoint in openapi definition (#30)

This commit is contained in:
Michael Quigley
2022-09-01 17:39:02 -04:00
parent 2b65166f2a
commit 386c41f41a
51 changed files with 1649 additions and 116 deletions

View File

@@ -2,18 +2,18 @@
// Package rest_server_zrok zrok
//
// zrok client access
// Schemes:
// http
// HostHeader: localhost
// BasePath: /api/v1
// Version: 1.0.0
// zrok client access
// Schemes:
// http
// Host: localhost
// BasePath: /api/v1
// Version: 1.0.0
//
// Consumes:
// - application/zrok.v1+json
// Consumes:
// - application/zrok.v1+json
//
// Produces:
// - application/zrok.v1+json
// Produces:
// - application/zrok.v1+json
//
// swagger:meta
package rest_server_zrok