diff --git a/pkg/api/api.go b/pkg/api/api.go index e1ed7c0e303..f9ca984503b 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -21,14 +21,11 @@ // // SecurityDefinitions: // basic: -// -// type: basic -// +// type: basic // api_key: -// -// type: apiKey -// name: Authorization -// in: header +// type: apiKey +// name: Authorization +// in: header // // swagger:meta package api