summaryrefslogtreecommitdiff
path: root/internal/api/client/markers/markersget.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/markers/markersget.go')
-rw-r--r--internal/api/client/markers/markersget.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/api/client/markers/markersget.go b/internal/api/client/markers/markersget.go
index 5706e74cd..b0b2297a8 100644
--- a/internal/api/client/markers/markersget.go
+++ b/internal/api/client/markers/markersget.go
@@ -60,10 +60,16 @@ import (
// schema:
// "$ref": "#/definitions/markers"
// '400':
+// schema:
+// "$ref": "#/definitions/error"
// description: bad request
// '401':
+// schema:
+// "$ref": "#/definitions/error"
// description: unauthorized
// '500':
+// schema:
+// "$ref": "#/definitions/error"
// description: internal server error
func (m *Module) MarkersGETHandler(c *gin.Context) {
authed, errWithCode := apiutil.TokenAuth(c,