swagger: cleanup Snapshots

This commit is contained in:
André Roth
2024-11-28 15:16:12 +01:00
parent abfad37640
commit 4ff3c894fa
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import (
// @Description
// @Description Example URL: `http://localhost:8080/api/graph.svg?layout=vertical`
// @Tags Status
// @Produce json
// @Produce image/png, image/svg+xml
// @Param ext path string true "ext specifies desired file extension, e.g. .png, .svg."
// @Param layout query string false "Change between a `horizontal` (default) and a `vertical` graph layout."
// @Success 200 {object} []byte "Output"