Chore: fix formating for swagger definitions (#54993)

This commit is contained in:
Sofia Papagiannaki
2022-09-12 10:40:35 +03:00
committed by GitHub
parent 7979463bbf
commit b157fcdd87
12 changed files with 97 additions and 97 deletions

View File

@ -18,7 +18,7 @@ import (
// swagger:route GET /org org getCurrentOrg
//
// Get current Organization
// Get current Organization.
//
// Responses:
// 200: getCurrentOrgResponse
@ -301,7 +301,7 @@ func (hs *HTTPServer) DeleteOrgByID(c *models.ReqContext) response.Response {
// swagger:route GET /orgs orgs searchOrgs
//
// Search all Organizations
// Search all Organizations.
//
// Security:
// - basic: