mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:37:53 +08:00
Chore: fix formating for swagger definitions (#54993)
This commit is contained in:

committed by
GitHub

parent
7979463bbf
commit
b157fcdd87
@ -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:
|
||||
|
Reference in New Issue
Block a user