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
+2 -2
View File
@@ -297,7 +297,7 @@ func (hs *HTTPServer) UpdateAnnotation(c *models.ReqContext) response.Response {
// swagger:route PATCH /annotations/{annotation_id} annotations patchAnnotation
//
// Patch Annotation
// Patch Annotation.
//
// Updates one or more properties of an annotation that matches the specified ID.
// This operation currently supports updating of the `text`, `tags`, `time` and `timeEnd` properties.
@@ -442,7 +442,7 @@ func (hs *HTTPServer) MassDeleteAnnotations(c *models.ReqContext) response.Respo
// swagger:route GET /annotations/{annotation_id} annotations getAnnotationByID
//
// Get Annotation by Id.
// Get Annotation by ID.
//
// Responses:
// 200: getAnnotationByIDResponse